RoundingStrategy
offers to ways to describe
a rounding operation: using the decimal places after (or before) the decimal
delimiter and using a rounding step.BasicRoundingStrategy
using a rounding
step and a rounding mode.BasicRoundingStrategy
using the number of
digits after (or before) the decimal delimiter and a rounding mode.