OpenBIMRL | Mathematical operator functions
Class path: math.operators.divide
Division
Description
The division node performs a division with two numbers.
Input
Input | Name | Type | Description |
---|---|---|---|
0 | A | Number | Number that is divided (Dividend) |
1 | B | Number | Number by which is divided (divisor) |
Output
Output | Name | Type | Description |
---|---|---|---|
0 | A/B | Number | Result of the division (quotient) |
Use/Example
Sample file
Download of a sample file so that the user can test the usage himself