Java.Math.MathContext.Precision Property
Returns the precision.

Syntax

[get: Android.Runtime.Register("getPrecision", "()I", "GetGetPrecisionHandler")]
public int Precision { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns the precision. The precision is the number of digits used for an operation. Results are rounded to this precision. The precision is guaranteed to be non negative. If the precision is zero, then the computations have to be performed exact, results are not rounded in this case.

[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