Java.Lang.Double.ValueOf Method
Returns a Double instance for the specified double value.

Syntax

[Android.Runtime.Register("valueOf", "(D)Ljava/lang/Double;", "")]
public static Double ValueOf (double d)

Parameters

d
the double value to store in the instance.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns a Double instance for the specified double 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