Interface NumeralOutput

The numeral output of the BaseConverter.encode method.

Hierarchy

  • NumeralOutput

Properties

exponent: number

The exponent of the number.

fraction: number[]

The fraction part of the number.

integer: number[]

The integer part of the number.

isNegative: boolean

Whether the number is negative.

Generated using TypeDoc