Const The number to format.
The formatter options.
either a float or integer string representation of the given number.
Formats the given number into a float string representation. No decimal will be displayed of not needed.
Optional float: numberOptional options: INumberFormatOptionsThe formatter options.
either a float or integer string representation of the given number.
Formats the given number into a float string representation with forced decimal.
The number to format.
The formatter options.
a float string representation of the given number.
Formats the given number into a float string representation with forced decimal.
Optional float: numberOptional options: INumberFormatOptionsThe formatter options.
a float string representation of the given number.
Formats the given number into a integer string representation.
The number to format.
The formatter options.
either a float or integer string representation of the given number.
Formats the given number into a integer string representation.
Optional options: INumberFormatOptionsThe formatter options.
either a float or integer string representation of the given number.
Formats the given number into a string representation handling thousand separators.
The number to format.
The formatter options.
the string representation of the given number.
Formats the given number into a string representation handling thousand separators.
The number to format.
Optional options: INumberFormatOptionsThe formatter options.
the string representation of the given number.
Formats the given number into a percentage string representation.
The number to format.
The formatter options.
a percentage string representation of the given number.
Formats the given number into a percentage string representation.
The number to format.
Optional options: INumberFormatOptionsThe formatter options.
a percentage string representation of the given number.
Generated using TypeDoc
Formats the given number into a float string representation. No decimal will be displayed of not needed.