fits Byte
Tests whether the value contained within this BigInt could safely fit type Byte without overflow.
Return
true
if this BigInt
falls in the range Byte.MIN_VALUE .. Byte.MAX_VALUE, otherwise false
.
Tests whether the value contained within this BigInt could safely fit type Byte without overflow.
true
if this BigInt
falls in the range Byte.MIN_VALUE .. Byte.MAX_VALUE, otherwise false
.