- Preparing search index...
 
- The search index is not available
 
Lumos 
 
Constructors
constructor
- new BI(value): BI
 
- 
Returns BI
 
Properties
Readonly _isBI
_isBI: boolean
Private Readonly jsbi
jsbi: any
Methods
abs
- abs(): BI
 
- 
Returns BI
 
add
- add(other): BI
 
- 
Returns BI
 
and
- and(other): BI
 
- 
Returns BI
 
div
- div(other): BI
 
- 
Returns BI
 
eq
- eq(other): boolean
 
- 
Returns boolean
 
gt
- gt(other): boolean
 
- 
Returns boolean
 
gte
- gte(other): boolean
 
- 
Returns boolean
 
isNegative
- isNegative(): boolean
 
- 
Returns boolean
 
isZero
- isZero(): boolean
 
- 
Returns boolean
 
lt
- lt(other): boolean
 
- 
Returns boolean
 
lte
- lte(other): boolean
 
- 
Returns boolean
 
mask
- mask(other): BI
 
- 
Returns BI
 
mod
- mod(other): BI
 
- 
Returns BI
 
mul
- mul(other): BI
 
- 
Returns BI
 
not
- not(): BI
 
- 
Returns BI
 
or
- or(other): BI
 
- 
Returns BI
 
pow
- pow(other): BI
 
- 
Returns BI
 
shl
- shl(other): BI
 
- 
Returns BI
 
shr
- shr(other): BI
 
- 
Returns BI
 
sub
- sub(other): BI
 
- 
Returns BI
 
toBigInt
- toBigInt(): bigint
 
- 
Returns bigint
 
toHexString
- toHexString(): string
 
- 
Returns string
 
toNumber
- toNumber(): number
 
- 
Returns number
 
toString
- toString(radix?): string
 
- 
Returns string
 
xor
- xor(other): BI
 
- 
Returns BI
 
Static from
- from(value): BI
 
- 
Returns BI
 
Static isBI
- isBI(value): value is BI
 
- 
Returns value is BI