Java.Math.BigInteger.LongValue Method
Returns this BigInteger as a long value.

Syntax

[Android.Runtime.Register("longValue", "()J", "GetLongValueHandler")]
public override long LongValue ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns this BigInteger as a long value. If this is too big to be represented as a long, then this % pow(2, 64) 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