Checks for equality
The other value to be compared
true if equal, otherwise false
Checks for greater value
The other value to be compared
true if greater, otherwise false
Checks for greater or equality value
The other value to be compared
true if greater or equal, otherwise false
Checks for lesser value
The other value to be compared
true if less, otherwise false
Checks for lesser or equality
The other value to be compared
true if less or equal, otherwise false
Gets a string representation in form Ꞩ 100
The format object, Default: AmountFormats.DotDecimal
The formatted string
Static
CurrencyStatic
ZeroStatic
fromStatic
from
A Value Object to facilitate SIGNA and Planck conversions/calculations.
This class is a convenient wrapper around ChainValue with
decimals = 8
Note: This class uses a big number representation (ES5 compatible) under the hood, so number limits and numeric calculations are much more precise than JS number type