Class Math.BigInt.SimpleBigInt
A simple implementation of BigInteger interface over primitive 32-bit integers.
Intended to be used as internal default unit.
Defined in: <hapint-1_9_2.es>.
Constructor Attributes | Constructor Name and Description |
---|---|
Constructor to be called internally.
|
Method Attributes | Method Name and Description |
---|---|
<static> |
Math.BigInt.SimpleBigInt.maxBitLength()
gets the maximum bit length of this BigInt implementation.
|
Method Detail
<static>
{number}
Math.BigInt.SimpleBigInt.maxBitLength()
gets the maximum bit length of this BigInt implementation.
- Returns:
- {number} 31