ConvertToSingle Method (Single) |
Returns the specified single-precision floating-point number; no actual conversion is performed.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public static float ToSingle(
float value
)
Parameters
- value
- Type: SystemSingle
The single-precision floating-point number to return.
Return Value
Type:
Singlevalue is returned unchanged.
See Also