Start » Filter Reference » Basic » Integer » MinimumInteger_OfLoop
Module: | FoundationLite |
---|
Returns the smallest of numbers appearing in consecutive iterations.
Name | Type | Description | |
---|---|---|---|
inValue | Integer | ||
outMinimum | Integer | ||
outIterationIndex | Integer |
Description
Loop version of MinimumInteger.
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
- MinimumInteger – Returns the lower of two numbers.