SqlDouble Implicit Conversion (SqlSingle to SqlDouble)

 
equivalentCodeEntityM:System.Data.SqlTypes.SqlSingle.ToSqlDouble

Converts the supplied SqlSingle parameter to SqlDouble.

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

public:
static operator SqlDouble (
	SqlSingle x
)

Parameters

x
Type: System.Data.SqlTypes::SqlSingle

A SqlSingle structure.

Return Value

Type: System.Data.SqlTypes::SqlDouble

A new SqlDouble structure whose Value is equal to the Value of the SqlSingle parameter. If the SqlSingle is Null, the SqlDouble structure will be Null.

.NET Framework
Available since 1.1
Return to top
Show: