SUM
Description
Calculates the sum on a set of numbers or event values
SUM(Vector<Number/Event>)
Calculate the sum as Scalar<any> from the given parameter.
Parameters
Parameter
Description
vector
A vector of type <Number/Event>
Returns
Returns the sum as Scalar<Number>
SUM(GroupedScalar<any, Number/Event>)
Calculate the sum as Scalar<any> from the given parameter.
Parameters
Parameter
Description
group
A GroupedScalar of type <any, Number/Event>
Returns
Returns the sum as Scalar<Number>
SUM(GroupedVector<any, Number/Event>)
Calculate the sum as Scalar<any> from the given parameter.
Parameters
Parameter
Description
group
A GroupedVector of type <any, Number/Event>
Returns
Returns the sum as Scalar<Number>
Examples
Retrieve the sum of the GridPowerConsumption time series.
Last updated