Back to Aurora Vision Library website

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

AvsFilter_AddLongIntegers


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 Long numbers.

Syntax

void avs::AvsFilter_AddLongIntegers
(
	atl::int64 inA,
	atl::int64 inB,
	atl::int64 inC,
	atl::int64 inD,
	atl::int64 inE,
	atl::int64 inF,
	atl::int64 inG,
	atl::int64 inH,
	atl::int64& outSum
)

Parameters

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