Method movePointRight(int n)
Return type: java.math.BigDecimal
Member of: java.math.BigDecimal
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 myBody[i] = myBody[i].movePointRight(n);
2 myBody[i] = myBody[i].movePointRight(n);
3 myBody[i][j] = myBody[i][j].movePointRight(n);
4 myBody[i][j] = myBody[i][j].movePointRight(n);
5 bd = bd.movePointRight (descriptor_.elementScale_);
6 scaledUpBd = scaledUpBd.movePointRight (inputScales_[parameterIndex-1]);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.