Back to Aurora Vision Library website

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

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
Input will be modified ioState AverageLongIntegers_OfLoopState& Object used to maintain state of the function.
Input value inValue const int64
Output value outAverage int64&

Description

Loop version of AverageLongIntegers.

See Also