AVERAGE

The AVERAGE function is a mathematical function that returns the mean average of a set of values. The average value is a real value.

Function Name

AVERAGE.

Description

Returns the mean average of a set of values.

Arguments

AVERAGE(INTEGER or REAL, INTEGER or REAL, INTEGER or REAL...)

The values in the set of values have to be separated by commas and they can be integers or real floating values. For information on integers and real floating values—see Number (Integer or Real).

There are AVERAGE extensions for use with Data Grids and Data Sets (see below).

Returns

The mean average of the set of input values. The data type is the same as that of the input values (integer or real).

Example:

AVERAGE(2, 3, 4, 1)

The output is 2.5.


Disclaimer

ClearSCADA 2017 R2