DB2DecimalFloat Constructor(Double)
On this page
Initializes a new instance of the
DB2DecimalFloat structure with the specified
System.Double value.
Syntax
|
|---|
'Declaration
Public Function New( _
ByVal As Double _
) |
|
|---|
public DB2DecimalFloat(
double
) |
Parameters
- value
- The System.Double value to be stored as an DB2DecimalFloat.
See Also