BigDecimal.MovePointRight(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a BigDecimal
which is equivalent to this one
with the decimal point moved n
places to the right.
[Android.Runtime.Register("movePointRight", "(I)Ljava/math/BigDecimal;", "GetMovePointRight_IHandler")]
public virtual Java.Math.BigDecimal? MovePointRight (int n);
[<Android.Runtime.Register("movePointRight", "(I)Ljava/math/BigDecimal;", "GetMovePointRight_IHandler")>]
abstract member MovePointRight : int -> Java.Math.BigDecimal
override this.MovePointRight : int -> Java.Math.BigDecimal
Parameters
- n
- Int32
number of places to move the decimal point to the right.
Returns
a BigDecimal
which is equivalent to this one
with the decimal point moved n
places to the right.
- Attributes
Remarks
Java documentation for java.math.BigDecimal.movePointRight(int)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.