This documentation is out of date.

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

Difference between revisions of "Negation"

From CANNY Wiki
Jump to: navigation, search
[unchecked revision][unchecked revision]
(Features)
Line 62: Line 62:
 
== Features ==
 
== Features ==
  
Using a 'Negation' is equivalent to the use of [[CFD Language#Functional Block|logic inversion]] to the value of any functional block input or output.
+
Using 'Negation' is equivalent to the use of [[CFD Language#Functional Block|logic inversion]] to the value of any functional block input or output.
  
 
== Examples==
 
== Examples==

Revision as of 03:48, 7 April 2016

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

Logical negation. Set the output value, logically inverse to 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, Truth table operation is as followed:

Value Result
0 1
1 0

Features

Using 'Negation' is equivalent to the use of logic inversion to the value of any functional block input or output.

Examples

Example 1
Example 2

See also

Logical AND

Logical OR

Exclusive OR

Built-in Function Blocks