14.4.8.12 operator%
This method returns a new OracleDecimal structure with its value set to the modulus of two OracleDecimal structures.
                  
Declaration
// C# public static OracleDecimal operator % (OracleDecimal val, OracleDecimal divider);
Parameters
- 
                        valAn OracleDecimal.
- 
                        dividerAn OracleDecimal.
Return Value
A new OracleDecimal structure.
                  
Remarks
If either operand has a null value, the returned OracleDecimal has a null value.