OracleNumber Constructor(Single)
Initializes a new instance of the
OracleNumber structure with the specified
System.Single value.
public OracleNumber(
float
)
'Declaration
Public Function New( _
ByVal As Single _
)
Parameters
- value
- The System.Single value to be stored as an OracleNumber.