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