Compare
Outputs the truth value of a comparison operation. Tuples are compared in lexicographic order. If one input is an array and the other is a scaler, the scaler will be broadcast to the size of the array
Installation
To use this Node, you must enable omni.graph.nodes
in the Extension Manager.
Inputs
Name |
Type |
Description |
Default |
---|---|---|---|
a |
|
Input A |
|
b |
|
Input B |
|
Operation (operation) |
|
The comparison operation to perform (>,<,>=,<=,==,!=)) |
> |
Outputs
Name |
Type |
Description |
Default |
---|---|---|---|
Result (result) |
|
The result of the comparison operation |