en-us_products:mpino_studio2:box_functions:arithmetic:div
Table of Contents
DIV Box Function
Divide
Category: Arithmetic Box Functions
Behavior
Divides the first value by the second and stores the quotient. With integer operands, the fractional part is discarded.
Syntax and Arguments
Syntax: DIV D0 D1 D2
- 1st = S1: address or constant (dividend)
- 2nd = S2: address or constant (divisor, must not be 0)
- 3rd = D: quotient destination address
Behavior Example
| Run condition | Before | Command entered | Expected result |
|---|---|---|---|
| Left condition ON | D0=12, D1=5 | DIV 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. Division between integers discards the fractional part.
Box Functions in the Same Category
- ADD View details — Add
- SUB View details — Subtract
- MUL View details — Multiply
- MOD View details — Modulo
- 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/div.txt · Last modified: by 127.0.0.1
