OpenBIMRL | Mathematical operator functions
Class path: math.operators.integerDivide
Integer division
Description
The integer division node performs a division of two integers, where the result is also an integer.
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 integer division (quotient) |
Use/Example
Sample file
Download of a sample file so that the user can test the usage himself