Back to Aurora Vision Studio website
You are here: Start » Filter Reference » Data Flow » Loop Utils » LoopMaximum
Module: | FoundationLite |
---|
Returns the object for which the associated value was the highest among all iterations.
Name | Type | Description | |
---|---|---|---|
inObject | <T> | Object that may be chosen | |
inValue | Real | Value associated with the input object | |
inReset | Bool | Reset accumulator state | |
outMaximumObject | <T> | The object whose associated value was the highest | |
outMaximumValue | Real | Maximum value that appeared in the loop | |
outMaximumIndex | Integer | Index of iteration when the maximum object appeared |
The type of this filter is defined using the type variable T which represents any valid type. Read more.
Hints
- It is recommended not to use this filter in conditional mode. Use conditional type for instantiation instead.
Complexity Level
This filter is available on Basic Complexity Level.