OracleDecimal Constructors
The OracleDecimal constructors instantiate a new instance of the OracleDecimal structure.
Overload List:
-
This constructor creates a new instance of the
OracleDecimalstructure and sets its value to the supplied byte array, which is in an OracleNUMBERformat. -
This constructor creates a new instance of the
OracleDecimalstructure and sets its value to the suppliedDecimalvalue. -
This constructor creates a new instance of the
OracleDecimalstructure and sets its value to the supplieddoublevalue. -
This constructor creates a new instance of the
OracleDecimalstructure and sets its value to the suppliedInt32value. -
This constructor creates a new instance of the
OracleDecimalstructure and sets its value to the suppliedSinglevalue. -
This constructor creates a new instance of the
OracleDecimalstructure and sets its value to the suppliedInt64value. -
This constructor creates a new instance of the
OracleDecimalstructure and sets its value to the suppliedstringvalue. -
This constructor creates a new instance of the
OracleDecimalstructure with the suppliedstringvalue and number format.