WMLScript maxFloat() Function

The maxFloat() function returns the largest possible floating-point number.

Syntax

n = Float.maxFloat()
Component Description
n This function returns the largest possible floating-point number (3.40282347E+38).

Example

var a = Float.maxFloat();

Result

a = 3.40282347E+38