CAVG
Deprecated version
This document refers to a deprecated version of the RQL programming language.
Please go here for documentation related to the latest supported version.
Computes the average of all elements in the collection.
Syntax
CAVG(<collection of number or interval>)
Example
CAVG([1.0, 2]) // 1.5