en-us_products:mpino_studio2:box_functions:arithmetic:mod
Table of Contents
MOD Box Function
Modulo
Category: Arithmetic Box Functions
Behavior
Divides the first value by the second and stores the remainder.
Syntax and Arguments
Syntax: MOD D0 D1 D2
- 1st = S1: address or constant (dividend)
- 2nd = S2: address or constant (divisor, must not be 0)
- 3rd = D: remainder destination address
Behavior Example
| Run condition | Before | Command entered | Expected result |
|---|---|---|---|
| Left condition ON | D0=12, D1=5 | MOD D0 D1 D2 | D2=2 |
Cautions
- Make sure the result stays within the value range of the destination memory.
- Do not use zero as the second source.
Box Functions in the Same Category
- ADD View details — Add
- SUB View details — Subtract
- MUL View details — Multiply
- DIV View details — Divide
- INC View details — Increment
- DEC View details — Decrement
- SCALE View details — Scale (Linear Interpolation)
- FLOOR View details — Floor
- SQRT View details — Square Root
en-us_products/mpino_studio2/box_functions/arithmetic/mod.txt · Last modified: by 127.0.0.1
