Blockchain Commons Rand TypeScript Library - v1.0.0-alpha.13
Preparing search index...
fromMagnitude
Function fromMagnitude
fromMagnitude
(
magnitude
:
number
,
bits
:
8
|
16
|
32
)
:
number
Converts an unsigned magnitude back to a signed value. Simply reinterprets the bits.
Parameters
magnitude
:
number
bits
:
8
|
16
|
32
Returns
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Blockchain Commons Rand TypeScript Library - v1.0.0-alpha.13
Loading...
Converts an unsigned magnitude back to a signed value. Simply reinterprets the bits.