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

/openjdk7/jdk/src/share/classes/java/math/
H A DRoundingMode.java63 * <th>{@code FLOOR}</th>
176 * <th>Input rounded to one digit<br> with {@code FLOOR} rounding
189 FLOOR(BigDecimal.ROUND_FLOOR), enum constant in enum:RoundingMode
331 return FLOOR;

Completed in 29 milliseconds