Check if a value is greater than or equal to another.
檢查值是否大于或等于另一個(gè)值。
Each value is compared to the next one in order, and results are combined in one output. For example, 3 >= 2 >= 2 is true, while 4 >= 4 >= 10 is false.
每個(gè)值按順序與下一個(gè)值進(jìn)行比較,結(jié)果合并在一個(gè)輸出口中。
例如,3 > 或 = 2 > 或 = 2為真,而 4 > 或 = 4 > 或 = 10為假。
You can right-click to add more values to compare (will only output 1 if every value is greater or equal to the subsequent one) or change the type.
右鍵添加更多輸入口(如果每個(gè)值大于或等于后續(xù)值,則只輸出1個(gè)),或更改類型。
輸入口
Input 輸入
The base value.
基礎(chǔ)值。
Input 輸入
The value to compare to the base.
和基礎(chǔ)值做比較的值。
輸出口
Output 輸出
A boolean that is true if the base value is greater than or equal to the subsequent values.
如果基礎(chǔ)值大于或等于后續(xù)值,則布爾值為真。
相關(guān)模塊
And
Equals 等于
Equals Exactly 完全等于
Greater Than 大于
Less Than 小于
Less Than or Equal 小于或等于
Not 翻轉(zhuǎn)
Or 或
相關(guān)教程
3. 和代碼的區(qū)別 Coming From Code
看 Origami 跟編程有什么不一樣。