Start » Filter Reference » Basic » Integer » AverageIntegers_OfLoop
Module: | FoundationLite |
---|
Returns the average of the numbers appearing in consecutive iterations.
Name | Type | Description | |
---|---|---|---|
inValue | Integer | ||
outAverage | Integer |
Description
Loop version of AverageIntegers.
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
- AverageIntegers – Returns the average of two numbers.