Int
Represents an integer number. Example:
var i : Int := 3;
The default value for Int properties and variables is 0.
Functions
floatValue():Float
Converts this value to a Float.
toString():String
Converts this value to a String.
Represents an integer number. Example:
var i : Int := 3;
The default value for Int properties and variables is 0.
floatValue():Float
Converts this value to a Float.
toString():String
Converts this value to a String.