IntegerInfo
Constructors
Constructor
new IntegerInfo(
signed,width):IntegerInfo
Parameters
| Parameter | Type |
|---|---|
signed | boolean |
width | bigint |
Returns
IntegerInfo
Properties
Methods
isWithinBounds()
isWithinBounds(
b):boolean
Parameters
| Parameter | Type |
|---|---|
b | bigint |
Returns
boolean
minValue()
minValue():
bigint
Returns
bigint
name()
name():
string
Returns
string
fromJson()
staticfromJson(json):IntegerInfo
Parameters
| Parameter | Type |
|---|---|
json | { signed: boolean; width: number; } |
json.signed | boolean |
json.width | number |
Returns
IntegerInfo