Modulo Integer
Purpose of the Node
The Modulo Integer node takes two integer inputs and calculates the remainder when the first integer is divided by the second integer. It is useful for scenarios where you need to determine the leftover value after a division operation.
Pins
Pin Name | Pin Description | Pin Type | Value Type |
---|---|---|---|
integer1 | Dividend | Input | Integer |
integer2 | Divisor | Input | Integer |
remainder | Remainder | Output | Integer |