Skip to content

OpenBIMRL | Mathematical operator functions

Class path: math.operators.integerDivide

Integer division

integerDivide1.png

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

integerDivide2.png

Node representation with sample values

Sample file

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