Inputs
Name | Abbreviation | Type | Access | Description |
A | A | Number | Item | The first value |
B | B | Number | Item | The second value |
Outputs
Name | Abbreviation | Type | Access | Description |
Result | R | Boolean | Item | Whether the first value is less than or equal to the second |
How to
Feed an number into item A
You can type a number directly into the number box on the node
The value could be a calculated number from area, a basic number, or an Input Parameter with the number type
Feed a number into item B
You can type a number directly into the number box on the node
The value could be a calculated number from area, a basic number, or an Input Parameter with the number type
The result is true if the value in B is Less than or Equal to the number in A
IE:
A: 3 B: 2 TRUE
A: 3 B: 3 TRUE
A: 3 B: 4 FALSE

