WMLScript maxFloat() Function

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

Syntax

n = Float.maxFloat()
Components Description
n The largest possible floating-point number returned by this function (3.40282347E+38).

Example

var a = Float.maxFloat();

Result

a = 3.40282347E+38