Returns the smallest decimal >= this which has no fractional part (rounding up)
Returns the greatest decimal <= this which has no fractional part (rounding down)
Returns an approximation as a float type. Only use this if no exact calculation is required.
Creates a Decimal with value 1.0 and the given number of fractial digits.
Fractional digits are not relevant for the value but needed to be able to perform arithmetic operations with other decimals.
Creates a Decimal with value 0.0 and the given number of fractial digits.
Fractional digits are not relevant for the value but needed to be able to perform arithmetic operations with other decimals.
Generated using TypeDoc
A type for arbitrary precision, non-negative decimals.
Instances of this class are immutable.