OpenBIMRL | Mathematical operator functions
Class path: math.operators.product
Product

Description
The product node, unlike the multiplication node, performs multiplication on the individual elements of an arbitrarily large list of numbers.
Input
| Input | Name | Type | Description |
|---|---|---|---|
| 0 | List | List<Number> | List of numbers that are multiplied |
Output
| Output | Name | Type | Description |
|---|---|---|---|
| 0 | Product | Number | Result of mass multiplication |
| 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