Back to FabImage Studio website
You are here: Start » Filter Reference » Basic » Real » MaximumDouble_OfLoop
Module: | FoundationLite |
---|
Returns the greatest of numbers appearing in consecutive iterations.
Name | Type | Description | |
---|---|---|---|
![]() |
inValue | Double | Input Double value |
![]() |
outMaximum | Double | Output Double value of highest value in consecutive iterations |
![]() |
outIterationIndex | Integer | Output Integer index value of highest value in consecutive iterations |
Complexity Level
This filter is available on Basic Complexity Level.
See Also
- MinimumDouble_OfLoop – Returns the smallest of numbers appearing in consecutive iterations.