Average
Average Function
Returns the arithmetic mean (average) of the values input as a vector.
Syntax
Average(Vector Column)
Arguments
| Argument | Description |
|---|---|
vector Column | Any series of numerical values |
Examples:
Average([FusionTestTable.DoubleColumn])
Returns the average (arithmetic mean) of the all field in the given column.