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

/openjdk7/jdk/src/share/classes/java/math/
H A DBigDecimal.java180 * {@link #movePointRight movePointRight}) return a
2459 * to {@code movePointRight(-n)}. The {@code BigDecimal}
2470 // Cannot use movePointRight(-n) in case of n==Integer.MIN_VALUE
2491 public BigDecimal movePointRight(int n) { method in class:BigDecimal

Completed in 39 milliseconds