14.4.5.6 Divide
This method divides one OracleDecimal value by another.
                  
Declaration
// C# public static OracleDecimal Divide(OracleDecimal val1, OracleDecimal val2);
Parameters
- 
                        val1An OracleDecimal.
- 
                        val2An OracleDecimal.
Return Value
A new OracleDecimal structure.
                  
Remarks
If either argument has a null value, the returned OracleDecimal has a null value.