BigDecimal.ROUND_FLOOR

BigDecimal.ROUND_FLOOR

Class Overview | Class Members | This Package | All Packages

Syntax
public static final int ROUND_FLOOR
Description
If the BigDecimal is positive, behave as for ROUND_DOWN; if negative behave as for ROUND_UP. Note that this rounding mode never increases the value. (Rounds towards negative infinity.)