OpenBIMRL | Mathematical operator functions
Class path: math.operators.multiply
Multiplication
Description
The multiplication node performs a multiplication of two numbers.
Input
Input | Name | Type | Description |
---|---|---|---|
0 | A | Number | first factor of multiplication |
1 | B | Number | second factor of multiplication |
Output
Output | Name | Type | Description |
---|---|---|---|
0 | A*B | Number | Result of multiplication (product) |
Use/Example
Sample file
Download of a sample file so that the user can test the usage himself