Check if a value is greater than another.
檢查值是否大于另一個值。
Each value is compared to the next one in order, and results are combined in one output. For example, 3 > 2 > 1 is true, while 4 > 3 > 10 is false.
每個值按順序與下一個值進行比較,結果合并在一個輸出口中。
例如,3 > 2 > 1為真,而4 > 3 > 10為假。
Right-click to add more values to compare, or change the type (ex: number, index, boolean).
右鍵添加更多值進行比較,或更改類型(例如:number,index,boolean)。
輸入口
Input 輸入
The base value.
基數。
Input 輸入
The value to compare to the base.
用來和基數比較的值。
輸出口
Output
A boolean that is true if the base value is greater than the subsequent values.
如果基數大于下面接入續值,則為 true。
Related Patches 相關模塊
And
Equals 等于
Equals Exactly 完全等于
Greater Than or Equal 大于或等于
Less Than 小于
Less Than or Equal 小于或等于
Not 翻轉
Or 或
相關教程
3. 和代碼的區別 Coming From Code
看 Origami 跟編程有什么不一樣。