Start » Filter Reference » Basic » Real » AverageReals_OfLoop
Module: | FoundationLite |
---|
Returns the average of numbers appearing in consecutive iterations.
Name | Type | Description | |
---|---|---|---|
inValue | Real | Input Real value to be looped | |
outAverage | Real | Output average of input Real values appearing in consecutive iterations |
Description
Loop version of AverageReals.
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
- AverageReals – Returns the average of two numbers.