Description

Number helper library. Methods to make numbers more readable.

Properties

Methods

InheritedAbstractFinalStaticDatatypeHeader
stringstring toReadableSize(int size)
stringstring toReadableSize(float size)
stringstring /* int|falseuto */ getDefaultCurrencyFormat()
stringstring currency(Json value, string currencyName = null, Json[string] options = null)
stringstring toReadableSize(string size)
boolbool initialize(Json[string] initData = null)
stringstring formatDelta(Json value, Json[string] options = null)
floatfloat parseFloat(string value, Json[string] options = null)
stringstring ordinal(float value, Json[string] options = null)
stringstring getDefaultCurrency()
this()this()
stringstring precision(Json value, int numberPrecision = 3, Json[string] formattingOptions = null)
stringstring toPercentage(Json value, int precision = 2, Json[string] options = null)
stringstring format(Json floatNumber, Json[string] options = null)