Provides a mathematical addition operation of Used to calculate the average of two or more data points.
Description
This logic implements a mathematical addition operation of calculates the average of two or more input data points. The input data points and the output data point must be of type number.
...