Back to Aurora Vision Library website

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

Header: STD.h
Namespace: avs
Module: FoundationLite

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
Input value inA int 1
Input value inB int 1
Input value inC int 1
Input value inD int 1
Input value inE int 1
Input value inF int 1
Input value inG int 1
Input value inH int 1
Output value outProduct int&