Mod |
Returns the result of an remainder.
SyntaxMod(Dividend,Divisor) Parameters of Mod: Dividend:Necessary parameter.Integer type.Is the integer into which you are dividing. Divisor:Necessary parameter.Integer type.Is the value by which to divide Dividend. |