This documentation is out of date.

The new version of the documentation is here: https://cannylogic.com/docs

Negation

From CANNY Wiki
Revision as of 14:56, 13 December 2020 by Marat (Talk | contribs) (initial edit)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Jump to: navigation, search
Appearance
5 3 1 2.png
Symbol
NOT X
Group
Logical operators
Inputs
Value: Logical
Outputs
Result: Logical
Version CANNY Lab
from 0.6b
Icon

A function block used for logical negation. Sets an output value to the the logical inversion of the input.


In other words, the output will be:

  • "1" if and only if the input is "0",
  • "0" if and only if the input is "1".

Thus, the Truth table of the operation looks as follows:

Value Result
0 1
1 0

Features

Using 'Negation' is equivalent to applying logical inversion to the value of any function block input or output.

Examples

Example 1
Example 2

See also

Logical AND

Logical OR

Exclusive OR

Built-in Function Blocks