OracleDecimal Constructors
The OracleDecimal
constructors instantiate a new instance of the OracleDecimal
structure.
Overload List:
-
This constructor creates a new instance of the
OracleDecimal
structure and sets its value to the supplied byte array, which is in an OracleNUMBER
format. -
This constructor creates a new instance of the
OracleDecimal
structure and sets its value to the suppliedDecimal
value. -
This constructor creates a new instance of the
OracleDecimal
structure and sets its value to the supplieddouble
value. -
This constructor creates a new instance of the
OracleDecimal
structure and sets its value to the suppliedInt32
value. -
This constructor creates a new instance of the
OracleDecimal
structure and sets its value to the suppliedSingle
value. -
This constructor creates a new instance of the
OracleDecimal
structure and sets its value to the suppliedInt64
value. -
This constructor creates a new instance of the
OracleDecimal
structure and sets its value to the suppliedstring
value. -
This constructor creates a new instance of the
OracleDecimal
structure with the suppliedstring
value and number format.