fitsShort

abstract fun fitsShort(): Boolean

Tests whether the value contained within this BigInt could safely fit type Short without overflow.

Return

true if this BigInt falls in the range Short.MIN_VALUE .. Short.MAX_VALUE, otherwise false.