14.4.9.3 implicit operator OracleDecimal(int)
This method returns the OracleDecimal representation of an int value.
                  
Declaration
// C#
public static implicit operator OracleDecimal(int val);Parameters
- 
                        valAn intvalue.
Return Value
An OracleDecimal.