fromTwosComplement
Callable
Parameters
value: Numbers
The value to be converted.
nibbleWidth: number = 64
The nibble width of the hex string (default is 64).
Returns number | bigint
The decimal number or big int.
The value to be converted.
The nibble width of the hex string (default is 64).
The decimal number or big int.
Converts the twos complement into a decimal number or big int.