Class Values.Decimal

    • Field Detail

      • integerPart

        public final long integerPart
        The integer and decimal parts of the decimal value.
      • decimalPart

        public final long decimalPart
        The integer and decimal parts of the decimal value.
    • Constructor Detail

      • Decimal

        public Decimal​(long integerPart,
                       long decimalPart)
        Builds a decimal with the specified integer and decimal parts.