Click or drag to resize
ConvertToSingle Method (Single)
Returns the specified single-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 float ToSingle(
	float value
)

Parameters

value
Type: SystemSingle
The single-precision floating-point number to return.

Return Value

Type: Single
value is returned unchanged.
See Also