ConvertToDouble Method (Double) |
Returns the specified double-precision floating-point number; no actual conversion is performed.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public static double ToDouble(
double value
)
Parameters
- value
- Type: SystemDouble
The double-precision floating-point number to return.
Return Value
Type:
Doublevalue is returned unchanged.
See Also