Check if a value is greater than or equal to another.
檢查值是否大于或等于另一個值根吁。
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.
每個值按順序與下一個值進行比較蒿柳,結(jié)果合并在一個輸出口中决记。
例如吃靠,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.
右鍵添加更多輸入口(如果每個值大于或等于后續(xù)值墓塌,則只輸出1個),或更改類型香缺。
輸入口
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 跟編程有什么不一樣诈悍。