Back to Adaptive Vision Library website

You are here: Start » Function Reference » Integer » AvsFilter_MultiplyIntegers

AvsFilter_MultiplyIntegers


This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.

Computes the product of numbers.

Syntax

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

Parameters

Name Type Default Description
inA int 1
inB int 1
inC int 1
inD int 1
inE int 1
inF int 1
inG int 1
inH int 1
outProduct int&

Hints

  • This is a primitive mathematical filter. It is recommended to use Formula Blocks instead.