toShortExact

abstract fun toShortExact(): Short

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

Return

this BigInteger converted to a short.

Since

1.8

See also

Throws

if the value of this will not exactly fit in a short.