SqlDouble Implicit Conversion (Double to SqlDouble)
.NET Framework (current version)
Converts the supplied double value to a SqlDouble.
Assembly: System.Data (in System.Data.dll)
Parameters
- x
-
Type:
System::Double
The double value to convert.
Return Value
Type: System.Data.SqlTypes::SqlDoubleA SqlDouble with the same value as the specified double parameter.
.NET Framework
Available since 1.1
Available since 1.1
Show: