Fonction maxFloat() WMLScript

La fonction maxFloat() retourne le plus grand nombre flottant possible.

Syntaxe

n = Float.maxFloat()
Composant Description
n La fonction renvoie le plus grand nombre flottant possible (3.40282347E+38).

Exemple

var a = Float.maxFloat();

Résultat

a = 3.40282347E+38