Back to FabImage Library website

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

FisFilter_MultiplyIntegers_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: fis
Module: FoundationLite

Computes the product of numbers of an array.

Syntax

void fis::FisFilter_MultiplyIntegers_OfArray
(
	const ftl::Array<int>& inIntegerArray,
	int& outProduct
)

Parameters

Name Type Default Description
Input value inIntegerArray const Array<int>&
Output value outProduct int&

Description

Array version of FisFilter_MultiplyIntegers.

See Also