Mod

Returns the remainder after dividing the first number by the second number.

Mod(1, 2)

OrdinalTypeDescription
1numericRequiredDividend value
2numericRequiredDivisor value

Given @abc=10 and @def=4

System returns: