Back to FabImage Library website
You are here: Start » Function Reference » All Functions » Integer » 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: | fil |
Module: | FoundationLite |
Returns the average of the Long numbers appearing in consecutive iterations.
Syntax
void fil::AverageLongIntegers_OfLoop ( AverageLongIntegers_OfLoopState& ioState, const ftl::int64 inValue, ftl::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.