OracleNumber Constructor
.NET Framework 4
Initializes a new instance of the OracleNumber structure.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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. |