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

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

Completed in 226 milliseconds