Java.Math.BigDecimal.Scale Method
Returns the scale of this BigDecimal.

Syntax

[Android.Runtime.Register("scale", "()I", "GetScaleHandler")]
public virtual int Scale ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the scale of this BigDecimal. The scale is the number of digits behind the decimal point. The value of this BigDecimal is the unsignedValue * 10-scale. If the scale is negative, then this BigDecimal represents a big integer.

[Android Documentation]

Requirements

Namespace: Java.Math
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1