to Float
Available on all platformsThe standard
Int
type. Its precision depends on the platform.On static targets,
null
cannot be assigned toInt
. If this is necessary,Null<Int>
can be used instead.
Std.int
converts aFloat
to anInt
, rounded towards 0.Std.parseInt
converts aString
to anInt
.See:
© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/Int.html