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

/libcore/luni/src/main/java/java/math/
H A DBigDecimal.java2014 * movePointRight(-n) since -Integer.MIN_VALUE == Integer.MIN_VALUE
2039 * Note, that {@code movePointRight(0)} returns a result which is
2046 public BigDecimal movePointRight(int n) { method in class:BigDecimal
2055 * This method has the same effect as {@link #movePointRight}, except that

Completed in 170 milliseconds