Back to FabImage Studio website

You are here: Start » Filter Reference » Data Flow » Loop Utils » LoopMaximum

LoopMaximum


Module: FoundationLite

Returns the object for which the associated value was the highest among all iterations.

Name Type Description
Input value
inObject <T> Object that may be chosen
Input value
inValue Real Value associated with the input object
Input value
inReset Bool Reset accumulator state
Output value
outMaximumObject <T> The object whose associated value was the highest
Output value
outMaximumValue Real Maximum value that appeared in the loop
Output value
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.