Class Decimal64

    • Field Detail

      • SIZE

        @Native
        public static final int SIZE
        The number of bits used to represent an Decimal128 value in two's complement binary form.
        See Also:
        Constant Field Values
      • BYTES

        public static final int BYTES
        The number of bytes used to represent a Decimal128 value in two's complement binary form.
        See Also:
        Constant Field Values
    • Constructor Detail

      • Decimal64

        public Decimal64​(BigDecimal underlying)
      • Decimal64

        public Decimal64​(long bits)
    • Method Detail

      • intValue

        public int intValue()
        Specified by:
        intValue in class Number
      • longValue

        public long longValue()
        Specified by:
        longValue in class Number
      • floatValue

        public float floatValue()
        Specified by:
        floatValue in class Number
      • doubleValue

        public double doubleValue()
        Specified by:
        doubleValue in class Number
      • getBits

        public long getBits()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object