美文网首页
6.9 Or 或 - Logic 逻辑

6.9 Or 或 - Logic 逻辑

作者: 刘板栗 | 来源:发表于2017-02-22 18:39 被阅读17次

    Check if any of two or more booleans are true.
    Right-click to check more booleans.
    检查两个或多个布尔值是否为真。
    右键添加更多接口。

    输入口

    Input 输入
    A boolean (true/false, on/off, or 0/1).
    一个布尔值(true 真/false 假、on 开/off 关、0/1)。

    Input
    A boolean (true/false, on/off, or 0/1).
    一个布尔值(true 真/false 假、on 开/off 关、0/1)。

    输出口

    Output 输出
    A boolean that is true if at least one input is true.
    如果至少一个输入值为真,则为真。


    Related Patches 相关模块

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


    Related Learn Content 相关教程

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

    4.添加逻辑 Adding Logic
    给过渡和流程添加逻辑。


    Related Examples 案例

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

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

    19. Instagram Direct Messages
    重复的向朋友发送Instagram直接消息。

    20. Moments Onboarding
    Moments APP 的启动流。


    相关文章

      网友评论

          本文标题:6.9 Or 或 - Logic 逻辑

          本文链接:https://www.haomeiwen.com/subject/gxhfwttx.html