Interface NumberValue

    • Method Detail

      • toByte

        byte toByte()
        Represent this value as a byte value, which may involve rounding or truncation of the original value. the value.
      • toShort

        short toShort()
        Represent this value as a short value, which may involve rounding or truncation of the original value.
      • toInt

        int toInt()
        Represent this value as an int value, which may involve rounding or truncation of the original value. value.
      • toLong

        long toLong()
        Represent this value as a long value, which may involve rounding or truncation of the original value.
      • toBigInteger

        java.math.BigInteger toBigInteger()
        Represent this value as a BigInteger, which may involve rounding or truncation of the original value.
      • toFloat

        float toFloat()
        Represent this value as a 32-bit float value, which may involve rounding or truncation of the original value.
      • toDouble

        double toDouble()
        Represent this value as a 64-bit double value, which may involve rounding or truncation of the original value.