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

/openjdk7/jdk/src/share/classes/java/math/
H A DBigDecimal.java179 * point motion operations ({@link #movePointLeft movePointLeft} and
2469 public BigDecimal movePointLeft(int n) { method in class:BigDecimal
2481 * is equivalent to {@code movePointLeft(-n)}. The
2492 // Cannot use movePointLeft(-n) in case of n==Integer.MIN_VALUE

Completed in 56 milliseconds