Constructors
| Name | Description |
|---|---|
| Number() |
Methods
| Name | Description |
|---|---|
| byteValue() | Returns the value of the specified number as a byte. |
| doubleValue() | Returns the value of the specified number as a double. |
| floatValue() | Returns the value of the specified number as a float. |
| intValue() | Returns the value of the specified number as an int. |
| longValue() | Returns the value of the specified number as a long. |
| shortValue() | Returns the value of the specified number as a short. |