round
Rounds the BigDecimal to a given precision scale using java.math.RoundingMode.HALF_EVEN rounding mode.
Receiver
Return
The rounded value.
Parameters
The scale to round a value.
Rounds the BigDecimal using the given Rounding.
Receiver
Return
The rounded value.
Parameters
The Rounding strategy to round the value.
Rounds the BigDecimal to a given precision scale using java.math.RoundingMode.HALF_EVEN rounding mode.
Receiver
(() -> BigDecimal)
Return
The rounded value.
Parameters
The scale to round a value.
Rounds the BigDecimal using the given Rounding.
Receiver
(() -> BigDecimal)
Return
The rounded value.
Parameters
The Rounding strategy to round the value.
Rounds the double value to a given precision scale using java.math.RoundingMode.HALF_EVEN rounding mode.
Receiver
Return
The rounded value.
Parameters
The scale to round a value.
Rounds the double value using the given Rounding.
Receiver
Return
The rounded value.
Parameters
The Rounding strategy to round the value.
Rounds the double value to a given precision scale using java.math.RoundingMode.HALF_EVEN rounding mode.
Receiver
(() -> Double)
Return
The rounded value.
Parameters
The scale to round a value.
Rounds the double value using the given Rounding.
Receiver
(() -> Double)
Return
The rounded value.
Parameters
The Rounding strategy to round the value.
Rounds the float value to a given precision scale using java.math.RoundingMode.HALF_EVEN rounding mode.
Receiver
Return
The rounded value.
Parameters
The scale to round a value.
Rounds the float value using the given Rounding.
Receiver
Return
The rounded value.
Parameters
The Rounding strategy to round the value.
Rounds the double value to a given precision scale using java.math.RoundingMode.HALF_EVEN rounding mode.
Receiver
(() -> Float)
Return
The rounded value.
Parameters
The scale to round a value.
Rounds the double value using the given Rounding.
Receiver
(() -> Float)
Return
The rounded value.
Parameters
The Rounding strategy to round the value.