toInt
For Common, JVM, JS
Converts this Double value to Int.
The fractional part, if any, is rounded down towards zero.
Returns zero if this Double value is NaN, Int.MIN_VALUE if it's less than Int.MIN_VALUE,
Int.MAX_VALUE if it's bigger than Int.MAX_VALUE.
For Native
Converts this Double value to Int.
The fractional part, if any, is rounded down.
Returns zero if this Double value is NaN, Int.MIN_VALUE if it's less than Int.MIN_VALUE,
Int.MAX_VALUE if it's bigger than Int.MAX_VALUE.