14.4.9.1 implicit operator OracleDecimal
implicit operator OracleDecimal returns the OracleDecimal representation of a value.
                  
Overload List:
- 
                        implicit operator OracleDecimal(decimal) This method returns the OracleDecimalrepresentation of adecimalvalue.
- 
                        implicit operator OracleDecimal(int) This method returns the OracleDecimalrepresentation of anintvalue.
- 
                        implicit operator OracleDecimal(long) This method returns the OracleDecimalrepresentation of alongvalue.