Check if a value is greater than another.
檢查值是否大于另一個(gè)值磁玉。
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.
每個(gè)值按順序與下一個(gè)值進(jìn)行比較尺借,結(jié)果合并在一個(gè)輸出口中。
例如腔彰,3 > 2 > 1為真,而4 > 3 > 10為假辖佣。
Right-click to add more values to compare, or change the type (ex: number, index, boolean).
右鍵添加更多值進(jìn)行比較霹抛,或更改類型(例如:number,index卷谈,boolean)杯拐。
輸入口
Input 輸入
The base value.
基數(shù)。
Input 輸入
The value to compare to the base.
用來和基數(shù)比較的值。
輸出口
Output
A boolean that is true if the base value is greater than the subsequent values.
如果基數(shù)大于下面接入續(xù)值端逼,則為 true朗兵。
Related Patches 相關(guān)模塊
And
Equals 等于
Equals Exactly 完全等于
Greater Than or Equal 大于或等于
Less Than 小于
Less Than or Equal 小于或等于
Not 翻轉(zhuǎn)
Or 或
相關(guān)教程
3. 和代碼的區(qū)別 Coming From Code
看 Origami 跟編程有什么不一樣。