Back to Adaptive Vision Library website

You are here: Start » Function Reference » 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.

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