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

/openjdk7/jdk/src/share/classes/java/math/
H A DBigDecimal.java1371 * @see #ROUND_DOWN
1425 if (roundingMode == ROUND_DOWN && scale == preferredScale)
1455 } else if (roundingMode == ROUND_DOWN) { // Towards zero
1535 * @see #ROUND_DOWN
2222 public final static int ROUND_DOWN = 1; field in class:BigDecimal
2228 * {@code ROUND_DOWN}. Note that this rounding mode never
2236 * {@code ROUND_DOWN}; if negative, behave as for
2246 * ≥ 0.5; otherwise, behaves as for {@code ROUND_DOWN}. Note
2257 * {@code ROUND_DOWN}.
2370 * @see #ROUND_DOWN
[all...]

Completed in 34 milliseconds