Back to Adaptive Vision Library website

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

AvsFilter_AddDoubles_OfArray


This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.

Computes the sum of numbers of an array.

Syntax

void avs::AvsFilter_AddDoubles_OfArray
(
	const atl::Array<atl::real64>& inDoubleArray,
	atl::real64& outSum
)

Parameters

Name Type Default Description
inDoubleArray const Array<real64>&
outSum real64&

Description

Array version of AvsFilter_AddDoubles.

See Also