WMLScript minFloat() Function
The minFloat() function returns the smallest possible floating-point number.
Syntax
n = Float.minFloat()
Component | Description |
---|---|
n | The smallest possible floating-point number returned by this function (1.17549435-38). |
Example
var a = Float.minFloat();
Result
a = 1.17549435-38