Math¶
Description¶
The Math Node takes input values A and B and applies a mathematical
operation to them returning the result of the operation.
Ports¶
- A
- An integer input port used to provide the left operand of the mathematical operation.
- B
- An integer input port used to provide the right operand of the mathematical operation.
- Result
- An integer output port that provides the result of the mathematical operation.
Parameters¶
- B
- A constant integer value for the right operand, used when the B port is not connected.
- Operator
- The operation to perform on the two operands. A dropdown offers the choices, Add Subtract, Multiply and Divide.