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 13:16, 20 November 2015 by CANNY (Talk | contribs)


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

left|Иконка

Logical negation. Set the output value, logically inverse to input.


In other words, the output will be:

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

Thus, Truth table operation is as follows:

Value Result
0 1
1 0

Features

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

Examples

thumb|Пример 1 thumb|Пример 2

See also

Logical AND

Logical OR

Exclusive OR

Built-in Function Blocks