Java.Math.BigInteger.IntValue Method
Returns this BigInteger as an int value.

Syntax

[Android.Runtime.Register("intValue", "()I", "GetIntValueHandler")]
public override int IntValue ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns this BigInteger as an int value. If this is too big to be represented as an int, then this % (1 is returned.

[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