Calculates the result of adding two numeric inputs.
Inputs
Slots
Type
Default
Description
In1
Numeric
Null
The first value to be added
In2
The second value to be added
Outputs
Out
The result of adding the inputs. Null inputs are ignored as part of the calculation. If both inputs are Null, the output is also Null.