|
|
WMLScript maxFloat() Function
Complete WMLScript Float Library
The maxFloat() function returns the largest possible floating-point number.
Syntax
| Part |
Description |
| n |
The largest possible floating-point number
(3.40282347E+38) returned from
the function |
Example
|
var a = Float.maxFloat();
|
Result
Complete WMLScript Float Library
|
|
|