Averages as many as 10 inputs.
Null inputs are ignored as part of the calculation. For example: If only three inputs were linked to valid values, then the average would be calculated using only the three valid values. That is:
If all inputs are Null then the output is Null.
Inputs
|
|
Slots
|
Type
|
Default
|
Description
|
|
In1
|
Numeric
|
Null
|
The first value to be included in the average.
|
|
In2
|
Numeric
|
Null
|
The second value to be included in the average.
|
|
In3
|
Numeric
|
Null
|
The third value to be included in the average.
|
|
…
|
…
|
…
|
…
|
|
…
|
…
|
…
|
…
|
|
In10
|
Numeric
|
Null
|
The tenth value to be included in the average.
|
Outputs
|
|
|
Slots
|
Type
|
Description
|
|
Out
|
|
The result of averaging the inputs. Null inputs are ignored as part of the calculation. If all inputs are Null, then the output is Null.
|
|