OpenBIMRL | Mathematical operator functions
Class path: math.operators.smallerThan
Smaller than
Description
The smaller than node checks if a number is less than or equal to another number.
Input
Input | Name | Type | Description |
---|---|---|---|
0 | A | Number | Number that is compared |
1 | B | Number | Number with which is compared |
Output
Output | Name | Type | Description |
---|---|---|---|
0 | A<=B? | Boolean | Boolean that indexes whether Input0 < Input1 |
Use/Example
Sample file
Download of a sample file so that the user can test the usage himself