API documentation
abstract Int(Int) to Float
Available on all platforms
The standard Int type. Its precision depends on the platform.
On static targets, null cannot be assigned to Int. If this is necessary, Null<Int> can be used instead.
Null<Int>