Java.Math.BigInteger.DoubleValue Method
Returns this BigInteger as a double.

Syntax

[Android.Runtime.Register("doubleValue", "()D", "GetDoubleValueHandler")]
public override double DoubleValue ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns this BigInteger as a double. If this is too big to be represented as a double, then Double.POSITIVE_INFINITY or Double.NEGATIVE_INFINITY is returned. Note that not all integers in the range [-Double.MAX_VALUE, Double.MAX_VALUE] can be exactly represented as a double.

[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