Back to FabImage Library website
You are here: Start » Function Reference » All Functions » Real » FisFilter_MultiplyReals_OfLoop
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 appearing in consecutive iterations.
Syntax
void fis::FisFilter_MultiplyReals_OfLoop ( FisFilter_MultiplyReals_OfLoopState& ioState, float inReal, float& outProduct )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
ioState | FisFilter_MultiplyReals_OfLoopState& | Object used to maintain state of the function. | |
![]() |
inReal | float | Input Real value appearing in consecutive iterations | |
![]() |
outProduct | float& | Output Real value of product of input Real value appearing in consecutive iterations |
Description
Loop version of FisFilter_MultiplyReals.
See Also
- FisFilter_MultiplyReals – Computes the product of real numbers.