6.6 Less Than 小于 - Logic 逻辑


Check if a value is less than another.
检查一个值是否小于其他的值。

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.
每个值按顺序与下一个值进行比较,结果合并在一个输出中。
例:1 < 2 < 3 为真,而 3 < 10 < 4为假。

Right-click to add more values to compare, or change the type (ex: number, index, boolean).
邮件可以添加更多接口,或更改值类型(如:数字、索引、布尔值)

6.6 Less Than 小于 - Logic 逻辑_第1张图片

输入口

Input 输入
The base value.
基础值。

Input 输入
The value to compare to the base.
和基础值做比较的值。

输出口

Output 输出
A boolean that is true if the base value is less than the subsequent values.
如果基础值小于后续值,则布尔值为真。


Related Patches 相关模块

And Equals 等于 Equals Exactly 完全等于 Greater Than 大于 Greater Than or Equal 大于或等于 Less Than or Equal 小于或等于 Not 翻转 Or 或


相关教程

3. 和代码的区别 Coming From Code
看 Origami 跟编程有什么不一样。


案例

5. Facebook New Stories
当新闻滚动一定距离时触发提示出现。

7. Instagram Adjust
通过拖动来控制 Instagram 的校直工具。


你可能感兴趣的:(6.6 Less Than 小于 - Logic 逻辑)