Interface BigIntConstructor
Callable
- __call(value?: any): bigint
-
Parameters
Returns bigint
Properties
prototype
Methods
asIntN
- asIntN(bits: number, int: bigint): bigint
-
Parameters
Returns bigint
asUintN
- asUintN(bits: number, int: bigint): bigint
-
Parameters
Returns bigint
Interprets the low bits of a BigInt as a 2's-complement signed integer. All higher bits are discarded.