SqlDecimal Constructor (Double)

 

Initializes a new instance of the SqlDecimal structure using the supplied double parameter.

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

public:
SqlDecimal(
	double dVal
)

Parameters

dVal
Type: System::Double

A double, representing the value for the new SqlDecimal structure.

.NET Framework
Available since 1.1
Return to top
Show: