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

/openjdk7/jdk/src/share/classes/java/math/
H A DRoundingMode.java65 * <th>{@code HALF_DOWN}</th>
227 * <th>Input rounded to one digit<br> with {@code HALF_DOWN} rounding
240 HALF_DOWN(BigDecimal.ROUND_HALF_DOWN), enum constant in enum:RoundingMode
248 * {@code RoundingMode.HALF_DOWN} if it's even. Note that this
337 return HALF_DOWN;

Completed in 848 milliseconds