SqlDouble Implicit Conversion (Double to SqlDouble)

 

Converts the supplied double value to a SqlDouble.

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

public:
static operator SqlDouble (
	double x
)

Parameters

x
Type: System::Double

The double value to convert.

Return Value

Type: System.Data.SqlTypes::SqlDouble

A SqlDouble with the same value as the specified double parameter.

.NET Framework
Available since 1.1
Return to top
Show: