BigDecimal.Scale Method

Definition

Returns the scale of this BigDecimal.

[Android.Runtime.Register("scale", "()I", "GetScaleHandler")]
public virtual int Scale ();
[<Android.Runtime.Register("scale", "()I", "GetScaleHandler")>]
abstract member Scale : unit -> int
override this.Scale : unit -> int

Returns

Int32

the scale of this BigDecimal.

Attributes

Remarks

Java documentation for java.math.BigDecimal.scale().

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