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]
Line 19: Line 19:
 
|-
 
|-
 
|style="padding-left:1em;"|Value:
 
|style="padding-left:1em;"|Value:
|style="padding-left:1em;"|[[Язык CFD#Данные|Logical]]
+
|style="padding-left:1em;"|[[CFD Language#Data|logical]]
 
|-
 
|-
 
!colspan="2" style="background-color:#AFEEEE;"|Outputs
 
!colspan="2" style="background-color:#AFEEEE;"|Outputs
 
|-
 
|-
 
|style="padding-left:1em;"|Result:
 
|style="padding-left:1em;"|Result:
|style="padding-left:1em;"|[[Язык CFD#Данные|logical]]
+
|style="padding-left:1em;"|[[CFD Language#Data|logical]]
 
|-
 
|-
 
!colspan="2" style="background-color:#AFEEEE;"|Version [[CANNY Lab]]
 
!colspan="2" style="background-color:#AFEEEE;"|Version [[CANNY Lab]]

Revision as of 07:22, 18 November 2015

Appearance
Изображение:5_3_1_2.png
Symbol
NOT X
Group
Logical operators
Inputs
Value: logical
Outputs
Result: logical
Version CANNY Lab
с 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, таблица истинности 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 function block input or output .

Examples

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

See also

Logical AND

Logical OR

Logical XOR

Built-in Function Blocks