toInt abstract method
Returns the int representation of this integer.
On some platforms, inputs with large absolute values (i.e., > 2^52) may lose some of their low-order bits.
Implementation
int toInt();
Returns the int representation of this integer.
On some platforms, inputs with large absolute values (i.e., > 2^52) may lose some of their low-order bits.
int toInt();