Math Greater Than
このコンテンツはまだ日本語訳がありません。
Check if the first number is greater than the second.
This node checks if the first input number is greater than the second input number.
Example:
Section titled “Example:”- Input:
10, 3
Results in the comparison 10 > 3.
- Output:
true
Inputs
Section titled “Inputs”| Port | Description |
|---|---|
| The first number. | |
| The second number. |
Outputs
Section titled “Outputs”| Port | Description |
|---|---|
| The result of the comparison. |
ID: core/math-greater@v1