Number helper library. Methods to make numbers more readable.
Inherited | Abstract | Final | Static | Datatype | Header |
---|---|---|---|---|---|
string | string toReadableSize(int size) | ||||
string | string toReadableSize(float size) | ||||
string | string /* int|falseuto */ getDefaultCurrencyFormat() | ||||
string | string currency(Json value, string currencyName = null, Json[string] options = null) | ||||
string | string toReadableSize(string size) | ||||
bool | bool initialize(Json[string] initData = null) | ||||
string | string formatDelta(Json value, Json[string] options = null) | ||||
float | float parseFloat(string value, Json[string] options = null) | ||||
string | string ordinal(float value, Json[string] options = null) | ||||
string | string getDefaultCurrency() | ||||
this() | this() | ||||
string | string precision(Json value, int numberPrecision = 3, Json[string] formattingOptions = null) | ||||
string | string toPercentage(Json value, int precision = 2, Json[string] options = null) | ||||
string | string format(Json floatNumber, Json[string] options = null) |