Mod
Returns the remainder after dividing the first number by the second number.
Mod(1, 2)
Ordinal | Type | Description | |
---|---|---|---|
1 | numeric | Required | Dividend value |
2 | numeric | Required | Divisor value |
Given @abc=10 and @def=4
System returns:
Returns the remainder after dividing the first number by the second number.
Mod(1, 2)
Ordinal | Type | Description | |
---|---|---|---|
1 | numeric | Required | Dividend value |
2 | numeric | Required | Divisor value |
Given @abc=10 and @def=4
System returns: