See also Use the Plus Minus Average utility.
Displays a pop-up menu from which you can select an operator
Copies the value of the Input1 attribute to the output attribute without making any changes.
Adds the values in the Input list, as in the following formula:
Output = Input1 + Input2 + ... + InputN
Calculates the difference between one element in the list and another element in the list, as in the following formula:
Output = Input3D[1] - Input3D[2]
For example, if you want to subtract Input3D[1] from Input3D[2] of multi-attribute nodes, make the necessary connections using the right mouse button in the Connection Editor and then select Subtract.
Adds the values in each Input attribute and divides the result by the number of input attributes, as in the following formula:
Output = (Input1 + Input2 + ... + InputN)/N
where N is the number of input attributes.
For example, if there are seven input values in the list, the values for each input in the list ranging from one to seven are added and the result is divided by seven.
A list of elements composed of single-value connections. The values in the list can be added, subtracted, or averaged depending on the Operation you select.
A list of elements composed of two-value connections. The values in the list can be added, subtracted, or averaged depending on the Operation you select.
A list of elements composed of three-value connections, such as color. The values in the list can be added, subtracted, or averaged depending on the Operation you select.
Give nodes meaningful names to help you remember their functions. For example, rename the first multiplyDivide node to PowerSquare, the plusMinusAverage node to SumComponents, and the second multiplyDivide node to PowerSquareRoot.