| Overload | Description |
|---|---|
| OracleNumber Constructor(Decimal) | Initializes a new instance of the OracleNumber structure with the specified System.Decimal value. |
| OracleNumber Constructor(Double) | Initializes a new instance of the OracleNumber structure with the specified System.Double value. |
| OracleNumber Constructor(Single) | Initializes a new instance of the OracleNumber structure with the specified System.Single value. |
| OracleNumber Constructor(Int32) | Initializes a new instance of the OracleNumber structure with the specified System.Int32 value. |
| OracleNumber Constructor(Int64) | Initializes a new instance of the OracleNumber structure with the specified System.Int64 value. |
| OracleNumber Constructor(Byte[]) | Initializes a new instance of the OracleNumber structure with the specified System.byte[] value. |