Math Compare Op
このコンテンツはまだ日本語訳がありません。
Compare two numbers.
This node compares two input numbers based on the selected operator.
Example:
Section titled “Example:”- Input:
5, 3with operator>
Results in the comparison of 5 > 3.
- Output:
true
Inputs
Section titled “Inputs”| Port | Description |
|---|---|
| The first number. | |
| The comparison operator to use. | |
| The second number. |
Outputs
Section titled “Outputs”| Port | Description |
|---|---|
| The result of the comparison. |
ID: core/math-compare-op@v1