The modulo calculates the remainder after the input value is divided by the modulo value, the value that is left over will be output as the result.

Modulo Setup

Name Description
Value This is an input float value.
Modulo The input value will be divided by this input float value.
Result This is the remainder after the value has been divided by the modulo.

Layout

Name Description
Position The position of the node on the board can be set using XY values.
Size The size of the node, width and height can be set here.