Check if a value is less than another.
檢查一個(gè)值是否小于其他的值。
Each value is compared to the next one in order, and results are combined in one output. For example, 1 < 2 < 3 is true, while 3 < 10 < 4 is false.
每個(gè)值按順序與下一個(gè)值進(jìn)行比較,結(jié)果合并在一個(gè)輸出中。
例:1 < 2 < 3 為真,而 3 < 10 < 4為假。
Right-click to add more values to compare, or change the type (ex: number, index, boolean).
郵件可以添加更多接口,或更改值類(lèi)型(如:數(shù)字、索引、布爾值)
輸入口
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 less than the subsequent values.
如果基礎(chǔ)值小于后續(xù)值,則布爾值為真。
Related Patches 相關(guān)模塊
And
Equals 等于
Equals Exactly 完全等于
Greater Than 大于
Greater Than or Equal 大于或等于
Less Than or Equal 小于或等于
Not 翻轉(zhuǎn)
Or 或
相關(guān)教程
3. 和代碼的區(qū)別 Coming From Code
看 Origami 跟編程有什么不一樣。
案例
5. Facebook New Stories
當(dāng)新聞滾動(dòng)一定距離時(shí)觸發(fā)提示出現(xiàn)。
7. Instagram Adjust
通過(guò)拖動(dòng)來(lái)控制 Instagram 的校直工具。