Back to Aurora Vision Library Lite website

You are here: Start » All Functions » 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.

Header: STD.h
Namespace: avs

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
Input value inIntegerArray const Array<int>&
Output value outProduct int&

Description

Array version of AvsFilter_MultiplyIntegers.

See Also