Category: Logic Kind: Operation Description: Check if a value is greater than another value
Name | Abbreviation | Type | Access | Description |
---|---|---|---|---|
A | A | Number | Item | The first value |
B | B | Number | Item | The second value |
Name | Abbreviation | Type | Access | Description |
---|---|---|---|---|
Result | R | Boolean | Item | Whether the first value is greater than the second |
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 Greater Than the number in A
IE:
A: 3 B: 4 TRUE
A: 3 B: 3 FALSE
A: 3 B: 2 FALSE