Back to Aurora Vision Library website

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

AvsFilter_MultiplyLongIntegers_OfArray


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

Syntax

void avs::AvsFilter_MultiplyLongIntegers_OfArray
(
	const atl::Array<atl::int64>& inLongArray,
	atl::int64& outProduct
)

Parameters

Name Type Default Description
Input value inLongArray const Array<int64>&
Output value outProduct int64&

Description

See Also