BigDecimal.MovePointLeft(Int32) Method

Definition

Returns a BigDecimal which is equivalent to this one with the decimal point moved n places to the left.

[Android.Runtime.Register("movePointLeft", "(I)Ljava/math/BigDecimal;", "GetMovePointLeft_IHandler")]
public virtual Java.Math.BigDecimal? MovePointLeft (int n);
[<Android.Runtime.Register("movePointLeft", "(I)Ljava/math/BigDecimal;", "GetMovePointLeft_IHandler")>]
abstract member MovePointLeft : int -> Java.Math.BigDecimal
override this.MovePointLeft : int -> Java.Math.BigDecimal

Parameters

n
Int32

number of places to move the decimal point to the left.

Returns

a BigDecimal which is equivalent to this one with the decimal point moved n places to the left.

Attributes

Remarks

Java documentation for java.math.BigDecimal.movePointLeft(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.

Applies to