Float(native)
Float values are "objects" of this class.
Properties
-
MAX : Float
minimal value of the float type.
-
MIN : Float
maximal value of the float type.
Methods
-
isFinite() : Boolean
Returns true if this float value is a finite number.
-
isNaN() : Boolean
Returns true if this float value appears to be not a number.
-
max(..) : Float
Find maximum value of its arguments.
-
min(..) : Float
Find minimum value of its arguments
-
toFloat() : Float
Simply returns value of the float.
-
toInteger() : Integer
Converts this float value to integer.
-
toString() : String
Returns string representation of the float.