Start » Filter Reference » Basic » Real » AddReals_OfArray
Module: | FoundationLite |
---|
Computes the sum of numbers of an array.
Name | Type | Description | |
---|---|---|---|
inRealArray | RealArray | Input array of Real values | |
outSum | Real | Output sum of Real values in input Real array |
Description
Array version of AddReals.
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
- AddReals – Computes the sum of two numbers.