Back to Aurora Vision Library website

You are here: Start » Function Reference » All Functions » Integer » AvsFilter_AddIntegers_OfArray

AvsFilter_AddIntegers_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
Module: FoundationLite

Computes the sum of numbers of an array.

Syntax

void avs::AvsFilter_AddIntegers_OfArray
(
	const atl::Array<int>& inIntegerArray,
	int& outSum
)

Parameters

Name Type Default Description
Input value inIntegerArray const Array<int>&
Output value outSum int&

Description

Array version of AvsFilter_AddIntegers.

See Also