Back to Aurora Vision Library Lite website

You are here: Start » All Functions » Integer » AvsFilter_AddLongIntegers_OfArray

AvsFilter_AddLongIntegers_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 sum of Long numbers of an array.

Syntax

void avs::AvsFilter_AddLongIntegers_OfArray
(
	const atl::Array<atl::int64>& inLongArray,
	atl::int64& outSum
)

Parameters

Name Type Default Description
Input value inLongArray const Array<int64>&
Output value outSum int64&

Description

Array version of AvsFilter_AddLongIntegers.

See Also