Business Rules 10.7 | webMethods Business Rules Web Help | webMethods Business Rules Reference | Functions | Summary of Math Functions | long mod(long val1, long val2)
 
long mod(long val1, long val2)
Returns the remainder of two long values. The remainder is obtained when dividing val1 by val2.
Input Parameters
val1
Integer The dividend.
val2
Integer The divisor.
Return Value
Integer The remainder after performing the division.