OracleDecimal(decimal) 
         This constructor creates a new instance of the OracleDecimal structure and sets its value to the supplied Decimal value.
                  
Declaration
// C#
public OracleDecimal(decimal decX); Parameters
- 
                        decXThe provided Decimalvalue.