Start » Filter Reference » Data Flow » Loop Utils » LoopMinimum
Module: | FoundationLite |
---|
Returns the object for which the associated value was the lowest 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 | |
outMinimumObject | <T> | The object whose associated value was the lowest | |
outMinimumValue | Real | Minimum value that appeared in the loop | |
outMinimumIndex | Integer | Index of iteration when the minimum 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.