| ConvertToDouble Method (Single) | 
Converts the value of the specified single-precision floating-point number to an equivalent double-precision floating-point number.
 
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntaxpublic static double ToDouble(
	float value
)
Parameters
- value
 - Type: SystemSingle
The single-precision floating-point number.  
Return Value
Type: 
DoubleA double-precision floating-point number that is equivalent to 
value.
See Also