Type Alias RoundOptions

RoundOptions: { roundToDigits?: number }

Common options for rounding.

Type declaration

  • OptionalroundToDigits?: number

    Set the numbers of decimal digits to round to.

    Set to 0 to round off all decimal digits.

    Omit or set to undefined to turn off all rounding.