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