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