Equals
Compares the instance value to the passed value and returns if the former is the same as the latter
The value to compare against
true if the instance value is the same as the passed value
equals
public
Greater Than
Compares the instance value to the passed value and returns if the former is greater than the latter
The value to compare against
true if the instance value is greater than the passed value
greaterThan
public
Less Than
Compares the instance value to the passed value and returns if the former is less than the latter
The value to compare against
true if the instance value is less than the passed value
lessThan
public
Static
_from
Decimal
Uses decimal.js BaseDecimal internally but keeps track of the length of decimal points so they are never extended or truncated
Name
Decimal
Access
public