Uses of Class
org.opendaylight.yangtools.yang.common.Decimal64
-
Uses of Decimal64 in org.opendaylight.yangtools.yang.common
Methods in org.opendaylight.yangtools.yang.common that return Decimal64Modifier and TypeMethodDescriptionstatic Decimal64Decimal64.maxValueIn(int scale) Return the maximum value supported in specified scale.static Decimal64Decimal64.minValueIn(int scale) Return the minimum value supported in specified scale.static Decimal64Decimal64.of(int scale, long unscaledValue) Return aDecimal64with specified scale and unscaled value.Decimal64.scaleTo(int scale) Return this decimal in the specified scale.Decimal64.scaleTo(int scale, RoundingMode roundingMode) Return this decimal in the specified scale.static Decimal64Decimal64.valueOf(double doubleVal, RoundingMode rounding) static Decimal64Decimal64.valueOf(float floatVal, RoundingMode rounding) static Decimal64Decimal64.valueOf(int scale, byte byteVal) static Decimal64Decimal64.valueOf(int scale, int intVal) static Decimal64Decimal64.valueOf(int scale, long longVal) static Decimal64Decimal64.valueOf(int scale, short shortVal) static Decimal64Attempt to parse a String into a Decimal64.static Decimal64Decimal64.valueOf(BigDecimal decimalVal) Methods in org.opendaylight.yangtools.yang.common that return types with arguments of type Decimal64Modifier and TypeMethodDescriptionDecimal64.Support.fromString(String str) final CanonicalValueSupport<Decimal64>Decimal64.support()Methods in org.opendaylight.yangtools.yang.common with parameters of type Decimal64Modifier and TypeMethodDescriptionfinal intfinal booleanA slightly faster version ofequals(Object).Constructors in org.opendaylight.yangtools.yang.common with parameters of type Decimal64