OpenBIMRL | Mathematical operator functions
Class path: math.operators.sum
Sum

Description
The sum node, unlike the addition node, performs an addition with the individual elements of an arbitrarily large list of numbers.
Note: Does work with singular values aswell as with lists of lists.
Input
| Input | Name | Type | Description |
|---|---|---|---|
| 0 | List | List<Number> | List of numbers that are added |
Output
| Output | Name | Type | Description |
|---|---|---|---|
| 0 | Sum | Number | Result of the mass addition |
| 1 | Interim results | List<Number> | List of intermediate results |
Use/Example
Sample file
Download of a sample file so that the user can test the usage himself