Back to Adaptive Vision Library website

You are here: Start » Function Reference » Real » AverageDoubles

AverageDoubles


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 two doubles.

Syntax

void avl::AverageDoubles
(
	const atl::real64& inA,
	const atl::real64& inB,
	atl::real64& outAverage
)

Parameters

Name Type Default Description
inA const real64& 0.0D
inB const real64& 0.0D
outAverage real64&