Start » Filter Reference » Basic » Real » MultiplyReals_OfArray
Module: | FoundationLite |
---|
Computes the product of numbers of an array.
Name | Type | Description | |
---|---|---|---|
inRealArray | RealArray | Input array of Real values | |
outProduct | Real | Output Real value of product of input Real values within array |
Description
Array 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.