Node Properties
Use this setting to change the output node’s data type.
Adds the inputs together and outputs the result. This is the default function.
Subtracts the second (and any additional) input from the first and outputs the result.
Multiplies the inputs and outputs the result.
Divides the first input by the second input by each of the remaining inputs and outputs the result. e.g., 10 / 2 / 4 = 20 = (10 * 4) / 2.
Outputs the integral remainder of a division. For example, 11 modulo 10 = 1 and 23 modulo 10 = 3.