Start » Filter Reference » Basic » Real » MultiplyDoubles_OfLoop
Module: | FoundationLite |
---|
Computes the product of numbers appearing in consecutive iterations.
Name | Type | Description | |
---|---|---|---|
inDouble | Double | Input Double value appearing in consecutive iterations | |
outProduct | Double | Output Double value of product of input Double value appearing in consecutive iterations |
Description
Loop version of MultiplyDoubles.
Complexity Level
This filter is available on Basic Complexity Level.
See Also
- MultiplyDoubles – Computes the product of double numbers.