Const An ascendent number comparator.
An ascendent number comparator.
An descendent number comparator.
An descendent number comparator.
An ascendent number comparator from extracted values.
An ascendent number comparator from extracted values.
An descendent number comparator from extracted values.
An descendent number comparator from extracted values.
Number formatters.
Formats the given number into a float string representation. No decimal will be displayed of not needed.
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.
Number helper methods.
Calculates the average of all numbers given in the array.
The numbers to be averaged.
whether the result average should be rounded.
the average result.
Calculates the average of all numbers given in the array.
The numbers to be averaged.
whether the result average should be rounded.
the average result.
Returns a random number contained between the given mion and max values inclusively.
The min value.
The max value.
the result random number.
Returns a random number contained between the given mion and max values inclusively.
The min value.
The max value.
the result random number.
Generated using TypeDoc
Number comparators.