Back to Adaptive Vision Library website

You are here: Start » Function Reference » Integer » AvsFilter_MultiplyIntegers_OfArray

AvsFilter_MultiplyIntegers_OfArray


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

Computes the product of numbers of an array.

Syntax

void avs::AvsFilter_MultiplyIntegers_OfArray
(
	const atl::Array<int>& inIntegerArray,
	int& outProduct
)

Parameters

Name Type Default Description
inIntegerArray const Array<int>&
outProduct int&

Description

Array version of AvsFilter_MultiplyIntegers.

Hints

  • This is a primitive mathematical filter. It is recommended to use Formula Blocks instead.

See Also