fits Short
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
.
Tests whether the value contained within this BigInt could safely fit type Short without overflow.
true
if this BigInt
falls in the range Short.MIN_VALUE .. Short.MAX_VALUE, otherwise false
.