Interface NumericValued

    • Field Detail

      • MAX_INFINITY

        static final BigDecimal MAX_INFINITY
        The value representing positive infinity.
      • MIN_INFINITY

        static final BigDecimal MIN_INFINITY
        The value representing negative infinity.
    • Method Detail

      • asBigDecimal

        BigDecimal asBigDecimal()
        Gets the contained numeric value.
        Returns:
        the contained value as a java.math.BigDecimal. If null valued, as indicated by TokenValued.isNull(), null is returned.