Java.Math.BigInteger.FloatValue Method
Returns this BigInteger as a float.

Syntax

[Android.Runtime.Register("floatValue", "()F", "GetFloatValueHandler")]
public override float FloatValue ()

Returns

Documentation for this section has not yet been entered.

Remarks

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

[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