WMLScript maxFloat() Functie

De maxFloat() functie retourneert de grootste mogelijke floating point-getal.

Syntaxis

n = Float.maxFloat()
Componenten Beschrijving
n Deze functie retourneert de grootste mogelijke floating point-getal (3.40282347E+38).

Voorbeeld

var a = Float.maxFloat();

Resultaat

a = 3.40282347E+38