No cache version.

Caching disabled. Default setting for this page:enabled (code LNG204)
If the display is too slow, you can disable the user mode to view the cached version.
java.lang

Class Number

    • Constructor Detail

      • Number

        public Number()
    • Method Detail

      • intValue

        public abstract int intValue()
        Returns the value of the specified number as an int. This may involve rounding or truncation.
        Returns:
        the numeric value represented by this object after conversion to type int.
      • longValue

        public abstract long longValue()
        Returns the value of the specified number as a long. This may involve rounding or truncation.
        Returns:
        the numeric value represented by this object after conversion to type long.
      • floatValue

        public abstract float floatValue()
        Returns the value of the specified number as a float. This may involve rounding.
        Returns:
        the numeric value represented by this object after conversion to type float.
      • doubleValue

        public abstract double doubleValue()
        Returns the value of the specified number as a double. This may involve rounding.
        Returns:
        the numeric value represented by this object after conversion to type double.
      • byteValue

        public byte byteValue()
        Returns the value of the specified number as a byte. This may involve rounding or truncation.
        Returns:
        the numeric value represented by this object after conversion to type byte.
        Since:
        JDK1.1
      • shortValue

        public short shortValue()
        Returns the value of the specified number as a short. This may involve rounding or truncation.
        Returns:
        the numeric value represented by this object after conversion to type short.
        Since:
        JDK1.1
Error Infobrol

Can not display this page of the Infobrol website

Type of error (18-01)

Unknown format specifier "&"

Please try again in a few minutes…

Return to the home page




Steph