SqlSingle Constructor (Single)

 

Initializes a new instance of the SqlSingle structure.

Namespace:   System.Data.SqlTypes
Assembly:  System.Data (in System.Data.dll)

public:
SqlSingle(
	float value
)

Parameters

value
Type: System::Single

A floating point number which will be used as the Value of the new SqlSingle structure.

.NET Framework
Available since 1.1
Return to top
Show: