Start » Filter Reference » Basic » Real » MinimumReal_OfLoop
Module: | FoundationLite |
---|
Returns the smallest of numbers appearing in consecutive iterations.
Name | Type | Description | |
---|---|---|---|
inValue | Real | Input Real value | |
outMinimum | Real | Output Real value of lowest value in consecutive iterations | |
outIterationIndex | Integer | Output Integer index value of lowest value in consecutive iterations |
Description
Loop version of MinimumReal.
Hints
- This is a primitive mathematical filter. It is recommended to use Formula Blocks instead.
Complexity Level
This filter is available on Basic Complexity Level.
See Also
- MinimumReal – Returns the lower of two numbers.