This topic has not yet been rated - Rate this topic

OracleNumber Constructor

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.

  NameDescription
Public method OracleNumber(Decimal) Initializes a new instance of the OracleNumber structure using the supplied Decimal value.
Public method OracleNumber(Double) Initializes a new instance of the OracleNumber using the supplied double precision value.
Public method OracleNumber(Int32) Initializes a new instance of the OracleNumber structure using the supplied integer value.
Public method OracleNumber(Int64) Initializes a new instance of the OracleNumber structure using the supplied long integer value.
Public method OracleNumber(OracleNumber) Initializes a new instance of the OracleNumber structure using the supplied OracleNumber.
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.