toIntExact

fun toIntExact(): Int

Converts this BigInteger to an int, checking for lost information. If the value of this BigInteger is out of the range of the int type, then an ArithmeticException is thrown.

Return

this BigInteger converted to an int.

Since

1.8

See also

Throws

if the value of this will not exactly fit in an int.