COUNT
Last updated
Last updated
© 2023 MOOST AG
Counts the number of entries on a vector, grouped scalar, or grouped vector.
Count the entries of the given Vector<any>.
Parameter | Description |
---|---|
Returns how many elements are within the given vector as Scalar<Number>
Count the entries of the given GroupedScalar<any, any>.
Parameter | Description |
---|---|
Returns how many elements are within the given group as Scalar<Number>
Count the entries of the given GroupedVector<any, any>.
Returns how many elements are within the given group as Scalar<Number>
Count the elements within the GridPowerConsumption time series.
Parameter | Description |
---|---|
vector
A vector of type <any>
group
A GroupedScalar of type <any, any>
group
A GroupedVector of type <any, any>