Java.Lang.Float.ValueOf Method
Returns a Float instance for the specified float value.

Syntax

[Android.Runtime.Register("valueOf", "(F)Ljava/lang/Float;", "")]
public static Float ValueOf (float f)

Parameters

f
the float value to store in the instance.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns a Float instance for the specified float value.

[Android Documentation]

Requirements

Namespace: Java.Lang
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1