BigDecimal.FloatValue Method

Definition

Converts this BigDecimal to a float.

[Android.Runtime.Register("floatValue", "()F", "GetFloatValueHandler")]
public override float FloatValue ();
[<Android.Runtime.Register("floatValue", "()F", "GetFloatValueHandler")>]
override this.FloatValue : unit -> single

Returns

Single

this BigDecimal converted to a float.

Attributes

Remarks

Java documentation for java.math.BigDecimal.floatValue().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to