14.4.9.4 implicit operator OracleDecimal(long)
This method returns the OracleDecimal representation of a long value.
                  
Declaration
// C#
public static implicit operator OracleDecimal(long val);Parameters
- 
                        valA longvalue.
Return Value
An OracleDecimal.