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

/openjdk7/jdk/src/share/classes/java/math/
H A DRoundingMode.java94 public enum RoundingMode { enum
145 * result is positive, behaves as for {@code RoundingMode.UP};
146 * if negative, behaves as for {@code RoundingMode.DOWN}. Note
169 * result is positive, behave as for {@code RoundingMode.DOWN};
170 * if negative, behave as for {@code RoundingMode.UP}. Note that
194 * Behaves as for {@code RoundingMode.UP} if the discarded
196 * {@code RoundingMode.DOWN}. Note that this is the rounding
220 * down. Behaves as for {@code RoundingMode.UP} if the discarded
222 * {@code RoundingMode.DOWN}.
246 * {@code RoundingMode
306 private RoundingMode(int oldMode) { method in class:RoundingMode
[all...]

Completed in 64 milliseconds