W3cubDocs

/Haxe

Float

no package

Available on all platforms

The standard Float type, this is a double-precision IEEE 64bit float.

On static targets, null cannot be assigned to Float. If this is necessary, Null<Float> can be used instead.

Std.int converts a Float to an Int, rounded towards 0. Std.parseFloat converts a String to a Float.

See:

© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/Float.html