REVERSE
Last updated
Last updated
© 2023 MOOST AG
Reverses the entries. So if applying on ascending ordered data, you would get a descending ordered data set.
Reverse the order of the given Scalar<any>
Parameter | Description |
---|---|
Returns the given scalar in reversed order with type Scalar<any>
Reverse the order of the elements in the given Vector<any>
Parameter | Description |
---|---|
Returns the given vector in reversed order with type Vector<any>
Reverse the order of the elements in the given GroupedScalar<any, any>
Returns the given group in reversed order with type GroupedScalar<any, any>.
Reverse the order of the elements in the given GroupedVector<any, any>
Returns the given group in reversed order with type GroupedVector<any, any>.
Reverse the elements in the GridPowerConsumption Vector.
Parameter | Description |
---|---|
Parameter | Description |
---|---|
scalar
A scalar of type any
vector
A vector of type any
group
A GroupedScalar of type <any, any>
group
A GroupedVector of type <any, any>