SqlDecimal Explicit Conversion (Double to SqlDecimal)
.NET Framework (current version)
Converts the Double parameter to SqlDecimal.
Assembly: System.Data (in System.Data.dll)
Parameters
- x
-
Type:
System::Double
The Double structure to be converted.
Return Value
Type: System.Data.SqlTypes::SqlDecimalA new SqlDecimal structure whose value equals the value of the Double parameter.
.NET Framework
Available since 2.0
Available since 2.0
Show: