BigDecimal.ROUND_HALF_DOWN
Class Overview | Class Members |
This Package |
All Packages
Syntax
public static final int ROUND_HALF_DOWN
Description
Behave as for ROUND_UP if the discarded fraction is > .5; otherwise,
behave as for ROUND_DOWN. (Rounds towards "nearest neighbor" unless
both neighbors are equidistant, in which case rounds down.)