Back to Adaptive Vision Library website

You are here: Start » Function Reference » 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

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
inA int64 0L
inB int64 0L
inC int64 0L
inD int64 0L
inE int64 0L
inF int64 0L
inG int64 0L
inH int64 0L
outSum int64&