LessThanOrEqual node
Checks if one number is less than or equal to another.
阅读时间1 分钟最后更新于 10 个月前
Use the LessThanOrEqual node to check if one number is smaller than or the same as another number.
Sockets
Socket | Type | Description |
|---|---|---|
| Input 1 | | The number to test. |
| Input 2 | Same type as Input 1 | The number to compare against. |
| Output | | True if Input 1 is less than or equal to Input 2; otherwise false. |