OracleNumber Constructor
.NET Framework 3.0
Initializes a new instance of the OracleNumber structure.
| Name | Description |
|---|---|
| OracleNumber (Decimal) | Initializes a new instance of the OracleNumber structure using the supplied Decimal value. |
| OracleNumber (Double) | Initializes a new instance of the OracleNumber using the supplied double precision value. |
| OracleNumber (Int32) | Initializes a new instance of the OracleNumber structure using the supplied integer value. |
| OracleNumber (Int64) | Initializes a new instance of the OracleNumber structure using the supplied long integer value. |
| OracleNumber (OracleNumber) | Initializes a new instance of the OracleNumber structure using the supplied OracleNumber. |