Interface FormatFloatStringOptions

Options that apply to numbers with a fractional part.

Hierarchy

  • FormatFloatStringOptions

Properties

decimalPlaces: number

The number of places to return in the formatted value.

roundingMode: RoundingMode

How a number with more precision than the allowed decimal places should be rounded.

See

https://mikemcl.github.io/bignumber.js/#rounding-mode

Generated using TypeDoc