Fonction minFloat() WMLScript
La fonction minFloat() renvoie le plus petit nombre flottant possible.
Syntaxe
n = Float.minFloat()
Composants | Description |
---|---|
n | La fonction renvoie le plus petit nombre flottant possible (1.17549435-38). |
Exemple
var a = Float.minFloat();
Résultat
a = 1.17549435-38