mod
Syntax
remainder = MOD(numerator, denominator)
Arguments
remainder: integer
numerator, denominator: numeric
Meaning
Returns the remainder of numerator divided by denominator as a whole number.
Example
remainder = MOD(29, 3)
Result
remainder is 2
mod
Syntax
remainder = MOD(numerator, denominator)
Arguments
remainder: integer
numerator, denominator: numeric
Meaning
Returns the remainder of numerator divided by denominator as a whole number.
Example
remainder = MOD(29, 3)
Result
remainder is 2
If this page contains errors, is unclear, or you have additional details that could benefit other users, please help us improve it:
Do not use this link if you need help working with Axiell Designer. For all support issues, please contact Axiell Support.