Start » Filter Reference » Basic » Real » MultiplyReals_OfLoop
Module: | FoundationLite |
---|
Computes the product of numbers appearing in consecutive iterations.
Name | Type | Description | |
---|---|---|---|
inReal | Real | Input Real value appearing in consecutive iterations | |
outProduct | Real | Output Real value of product of input Real value appearing in consecutive iterations |
Description
Loop version of MultiplyReals.
Hints
- This is a primitive mathematical filter. It is recommended to use Formula Blocks instead.
Complexity Level
This filter is available on Basic Complexity Level.
See Also
- MultiplyReals – Computes the product of real numbers.