Back to Aurora Vision Library website

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

AvsFilter_AddIntegers


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.

Syntax

void avs::AvsFilter_AddIntegers
(
	int inA,
	int inB,
	int inC,
	int inD,
	int inE,
	int inF,
	int inG,
	int inH,
	int& outSum
)

Parameters

Name Type Default Description
Input value inA int 0
Input value inB int 0
Input value inC int 0
Input value inD int 0
Input value inE int 0
Input value inF int 0
Input value inG int 0
Input value inH int 0
Output value outSum int&