Classes

NumberUtils

Constructors

new NumberUtils()

new NumberUtils(): [NumberUtils](NumberUtils)

Properties

UINT16_MAX

`static` UINT16\_MAX: `number`

UINT32_MAX

`static` UINT32\_MAX: `number`

UINT64_MAX

`static` UINT64\_MAX: `number`

UINT8_MAX

`static` UINT8\_MAX: `number`

Methods

isInteger()

`static` isInteger(`val`): `val is number`
ParameterType
Firstunknown

isUint16()

`static` isUint16(`val`): `boolean`
ParameterType
Firstunknown

isUint32()

`static` isUint32(`val`): `boolean`
ParameterType
Firstunknown

isUint64()

`static` isUint64(`val`): `boolean`
ParameterType
Firstunknown

isUint8()

`static` isUint8(`val`): `boolean`
ParameterType
Firstunknown

On this page