CSUM
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 sum of all elements in the collection.
Syntax
CSUM(<collection of number or interval>)
Example
CSUM([1, 2]) // 3
CSUM([null, 1, 2]) // 3