NumberOperatorNode

The NumberOperatorNode uses an operator (+, -, *, /) on an input value and returns the result.

Options:

add, subtract, multiply, divide The operator.

Input:

value 1 The first value.
value 2 The second value.

Output:

The result number.