Back to FabImage Library website
You are here: Start » Function Reference » All Functions » Real » FisFilter_MultiplyReals_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_MultiplyReals_OfArray ( const ftl::Array<float>& inRealArray, float& outProduct )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inRealArray | const Array<float>& | Input array of Real values | |
![]() |
outProduct | float& | Output Real value of product of input Real values within array |
Description
Array version of FisFilter_MultiplyReals.
See Also
- FisFilter_MultiplyReals – Computes the product of real numbers.