Java.Math.BigDecimal.ToBigInteger Method
Returns this BigDecimal as a big integer instance.

Syntax

[Android.Runtime.Register("toBigInteger", "()Ljava/math/BigInteger;", "GetToBigIntegerHandler")]
public virtual BigInteger ToBigInteger ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns this BigDecimal as a big integer instance. A fractional part is discarded.

[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