Back to Aurora Vision Library Lite website

You are here: Start » All Functions » Integer » AvsFilter_MultiplyLongIntegers

AvsFilter_MultiplyLongIntegers


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 product of long numbers.

Syntax

void avs::AvsFilter_MultiplyLongIntegers
(
	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& outProduct
)

Parameters

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