Back to FabImage Library website

You are here: Start » Function Reference » All Functions » Real » FisFilter_MultiplyDoubles_OfArray

FisFilter_MultiplyDoubles_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_MultiplyDoubles_OfArray
(
	const ftl::Array<double>& inDoubleArray,
	double& outProduct
)

Parameters

Name Type Default Description
Input value inDoubleArray const Array<double>& Input array of Double values
Output value outProduct double& Output Double value of product of input Double values within array

Description

Array version of FisFilter_MultiplyDoubles.

See Also