Class Index | File Index

Classes


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>.

Class Summary
Constructor Attributes Constructor Name and Description
 
Constructor to be called internally.
Method Summary
Method Attributes Method Name and Description
<static>  
Math.BigInt.SimpleBigInt.maxBitLength()
gets the maximum bit length of this BigInt implementation.
Class Detail
Math.BigInt.SimpleBigInt()
Constructor to be called internally.
Method Detail
<static> {number} Math.BigInt.SimpleBigInt.maxBitLength()
gets the maximum bit length of this BigInt implementation.
Returns:
{number} 31

Documentation generated by JsDoc Toolkit