美文网首页
6.8 Not 翻转 - Logic 逻辑

6.8 Not 翻转 - Logic 逻辑

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

    Flip a boolean from true to false, or from false to true.
    翻转布尔值,从真到假,或从假到真。

    输入口

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

    输出口

    Output 输出
    A boolean that is the opposite of the input (if input is true, then the output is false).
    一个与输入相反的布尔值(如果输入为 true 真,则输出为 false 假)。


    相关模块

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


    相关课程

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

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


    案例

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

    17. Traffic Light
    跨越三个或更多的状态,包括逻辑。

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


    相关文章

      网友评论

          本文标题:6.8 Not 翻转 - Logic 逻辑

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