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