Modulo¶
Description¶
The Modulo Node takes an integer value on the In port, and another
integer value on the Divisor port and returns the remainder of
dividing the In value by the Divisor value.
Ports¶
- In
- An integer input port used to provide the input value for the calculation.
- Out
- An integer output port, the remainder of the division detailed in the description is output on this port.
- Divisor
- An integer value to divide the input by to get the remainder.
Parameters¶
- In
- A constant integer value for the input, used when the In port is not connected.
- Divisor
- A constant integer value for the divisor, used when the Divisor port is not connected.