Start » Filter Reference » Basic » Integer » AddIntegers_OfArray
Module: | FoundationLite |
---|
Computes the sum of numbers of an array.
Name | Type | Description | |
---|---|---|---|
inIntegerArray | IntegerArray | ||
outSum | Integer |
Description
Array version of AddIntegers.
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
- AddIntegers – Computes the sum of numbers.