Back to Aurora Vision Library Lite website

You are here: Start » All Functions » Real » AvsFilter_AddReals_OfArray

AvsFilter_AddReals_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 numbers of an array.

Syntax

void avs::AvsFilter_AddReals_OfArray
(
	const atl::Array<float>& inRealArray,
	float& outSum
)

Parameters

Name Type Default Description
Input value inRealArray const Array<float>& Input array of Real values
Output value outSum float& Output sum of Real values in input Real array

Description

Array version of AvsFilter_AddReals.

See Also