Divide
Last updated
Last updated
Divide is a basic arithmetic operation Node, which divides one number (dividend) by a second number (divisor) and outputs the result of the operation (quotient). This will affect each component separately with Data Types that are comprised of multiple components (Vectors).
This is the equivalent of the division (÷
or /
) operation in computer science and mathematics.
Attribute | Type | Description |
---|---|---|
| Drop-down | The type of data that will be plugged into the |
| Defined in the | The left side of the division operation (the number to be divided), if no value is provided in the |
| Defined in the | The right side of the division operation (the number to divide by), if no value is provided in the |
Input | Type | Description |
---|---|---|
Pulse Input (►) | Pulse | A standard input Pulse, to trigger the execution of the Node. |
| Defined in the | The left side of the division operation (the number to be divided). |
| Defined in the | The right side of the division operation (the number to divide by). |
Output | Type | Description |
---|---|---|
Pulse Output (►) | Pulse | A standard output Pulse, to move onto the next Node along the Logic Branch, once this Node has finished its execution. |
| Defined in the | The result of the division operation. |