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