Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Instance

Implemented by

Indexable

[key: string]: any

Index

Properties

Properties

c: null | number[]

The coefficient of the value of this BigNumber, an array of base 1e14 integer numbers, or null.

e: null | number

The exponent of the value of this BigNumber, an integer number, -1000000000 to 1000000000, or null.

s: null | number

The sign of the value of this BigNumber, -1, 1, or null.

Generated using TypeDoc