Comparison - variable a
is greater than variable b
.
When comparing, the operand at input
b
is converted to the type of the operand at inputa
.
Function Menu | Block Diagram |
---|---|
![]() |
![]() |
Name | Type | Description |
---|---|---|
a |
any | Operand No. 1 |
b |
any | Operand No. 2 |
Name | Type | Description |
---|---|---|
y |
bool |
Result is true if a > b |
Not available