Check if a value is greater than another.
检查值是否大于另一个值。
Each value is compared to the next one in order, and results are combined in one output. For example, 3 > 2 > 1 is true, while 4 > 3 > 10 is false.
每个值按顺序与下一个值进行比较,结果合并在一个输出口中。
例如,3 > 2 > 1为真,而4 > 3 > 10为假。
Right-click to add more values to compare, or change the type (ex: number, index, boolean).
右键添加更多值进行比较,或更改类型(例如:number,index,boolean)。
输入口
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 the subsequent values.
如果基数大于下面接入续值,则为 true。
Related Patches 相关???/h4>
And
Equals 等于
Equals Exactly 完全等于
Greater Than or Equal 大于或等于
Less Than 小于
Less Than or Equal 小于或等于
Not 翻转
Or 或
相关教程
And
Equals 等于
Equals Exactly 完全等于
Greater Than or Equal 大于或等于
Less Than 小于
Less Than or Equal 小于或等于
Not 翻转
Or 或
3. 和代码的区别 Coming From Code
看 Origami 跟编程有什么不一样。