Java.Math.BigDecimal.Precision Method
Returns the precision of this BigDecimal.

Syntax

[Android.Runtime.Register("precision", "()I", "GetPrecisionHandler")]
public virtual int Precision ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the precision of this BigDecimal. The precision is the number of decimal digits used to represent this decimal. It is equivalent to the number of digits of the unscaled value. The precision of 0 is 1 (independent of the scale).

[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