Skip to content

OpenBIMRL | Mathematical operator functions

Class path: math.operators.product

Product

product1.png

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

product2.png

Node representation with sample values

Sample file

Download of a sample file so that the user can test the usage himself