Share via


BigDecimal.ROUND_CEILING

Class Overview | Class Members | This Package | All Packages

Syntax

public static final int ROUND_CEILING

Description

If the BigDecimal is positive, behave as for ROUND_UP; if negative, behave as for ROUND_DOWN. Note that this rounding mode never decreases the value. (Rounds towards positive infinity.)