Math Compare Op
Compare two numbers.
This node compares two input numbers based on the selected operator.
Example:#
- Input:
5, 3
with operator>
Results in the comparison of 5 > 3
.
- Output:
true
Inputs#
Port | Description |
---|---|
The first number. | |
The comparison operator to use. | |
The second number. |
Outputs#
Port | Description |
---|---|
The result of the comparison. |
ID: math-compare-op@v1