RationalCommonRoundingExtension extension
An extension on Rational to provide some common rounding functionality
- on
-
- Rational
Methods
-
toCents(
[RoundingMode mode = RoundingMode.halfUp]) → Rational -
Available on Rational, provided by the RationalCommonRoundingExtension extension
Rounds the rational number to the nearest cent (two decimal places) -
toNearestDecimal(
int decimalPlaces, {RoundingMode mode = RoundingMode.halfUp}) → Rational -
Available on Rational, provided by the RationalCommonRoundingExtension extension
Rounds the rational number to the nearest decimal place -
toNearestHalf(
[RoundingMode mode = RoundingMode.halfUp]) → Rational -
Available on Rational, provided by the RationalCommonRoundingExtension extension
Rounds the rational number to the nearest half -
toNearestQuarter(
[RoundingMode mode = RoundingMode.halfUp]) → Rational -
Available on Rational, provided by the RationalCommonRoundingExtension extension
Rounds the rational number to the nearest quarter -
toNearestThird(
[RoundingMode mode = RoundingMode.halfUp]) → Rational -
Available on Rational, provided by the RationalCommonRoundingExtension extension
Rounds the rational number to the nearest third