BasicInterface
Integer represents an integer value.
A integer is a positive or negative natural number including 0.
public function Integer(number:Number)
Constructs a new Integer instance.
The passed-in number is transformed into an integer. The number
will be floored so that only the base will be used as integer, if it has decimal
places.
number | the number to convert to an integer |
| NumberFormatException | if the passed-in number is infinity or
-infinity.
|