Back to Aurora Vision Library Lite website
You are here: Start » All Functions » Integer » AverageLongIntegers_OfLoop
AverageLongIntegers_OfLoop
This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.
| Header: | STD.h |
|---|---|
| Namespace: | avl |
Returns the average of the Long numbers appearing in consecutive iterations.
Syntax
void avl::AverageLongIntegers_OfLoop ( AverageLongIntegers_OfLoopState& ioState, const atl::int64 inValue, atl::int64& outAverage )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
ioState | AverageLongIntegers_OfLoopState& | Object used to maintain state of the function. | |
![]() |
inValue | const int64 | ||
![]() |
outAverage | int64& |
Description
Loop version of AverageLongIntegers.
See Also
- AverageLongIntegers – Returns the average of two Long numbers.



