Click or drag to resize
ConvertToDouble Method (Double)
Returns the specified double-precision floating-point number; no actual conversion is performed.

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public static double ToDouble(
	double value
)

Parameters

value
Type: SystemDouble
The double-precision floating-point number to return.

Return Value

Type: Double
value is returned unchanged.
See Also