14.4.5.10 Mod
This method returns a new OracleDecimal structure with its value set to the modulus of two OracleDecimal structures.
                  
Declaration
// C# public static OracleDecimal Mod(OracleDecimal val1, OracleDecimal divider);
Parameters
- 
                        val1An OracleDecimalstructure.
- 
                        dividerAn OracleDecimalstructure.
Return Value
An OracleDecimal.
                  
Remarks
If either argument has a null value, the returned OracleDecimal has a null value.