Searched defs:HALF_UP (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/math/
H A DRoundingMode.java64 * <th>{@code HALF_UP}</th>
202 * <th>Input rounded to one digit<br> with {@code HALF_UP} rounding
215 HALF_UP(BigDecimal.ROUND_HALF_UP), enum constant in enum:RoundingMode
246 * {@code RoundingMode.HALF_UP} if the digit to the left of the
334 return HALF_UP;

Completed in 31 milliseconds