6.5 Greater Than or Equal 大于或等于 - Logic 逻辑


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.

每个值按顺序与下一个值进行比较,结果合并在一个输出口中。
例如,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.

右键添加更多输入口(如果每个值大于或等于后续值,则只输出1个),或更改类型。

输入口

Input 输入
The base value.
基础值。

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

输出口

Output 输出
A boolean that is true if the base value is greater than or equal to the subsequent values.
如果基础值大于或等于后续值,则布尔值为真。


相关模块

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


相关教程

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


最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容