This documentation is out of date.
The new version of the documentation is here: https://cannylogic.com/docs |
Difference between revisions of "Equal to"
From CANNY Wiki
[unchecked revision] | [unchecked revision] |
Line 6: | Line 6: | ||
!colspan="2" style="background-color:#AFEEEE;"|Appearance | !colspan="2" style="background-color:#AFEEEE;"|Appearance | ||
|- | |- | ||
− | |colspan="2" align="center" style="padding:10px;"|[[ | + | |colspan="2" align="center" style="padding:10px;"|[[File:5_5_1_2.png]] |
|- | |- | ||
!colspan="2" style="background-color:#AFEEEE;"|Symbol | !colspan="2" style="background-color:#AFEEEE;"|Symbol | ||
Line 37: | Line 37: | ||
<div style="min-height:100%;display:block;"> | <div style="min-height:100%;display:block;"> | ||
<div style="float:left;width:70px;"> | <div style="float:left;width:70px;"> | ||
− | [[ | + | [[File:5_5_1_1.png|left|Icon]] |
</div> | </div> | ||
Line 65: | Line 65: | ||
== Examples == | == Examples == | ||
{| | {| | ||
− | |[[ | + | |[[File:5_5_1_3.png|thumb|Example 1]] |
| | | | ||
− | |[[ | + | |[[File:5_5_1_4.png|thumb|Example 2]] |
|} | |} | ||
Revision as of 18:13, 23 November 2015
Appearance | |
---|---|
Symbol | |
X == Y | |
Group | |
Relational operators | |
Inputs | |
ValueX: | Integer |
ValueY: | Integer |
Outputs | |
Result: | Logical |
Version CANNY Lab | |
from 0.6b |
In other words, the output is:
- "1" if and only if values of the inputs are equal,
- "0" if and only if values of the inputs are not equal.
Thus, Truth table operation is as follows:
The ratio of X & Y values | Operation result |
X = Y | 1 |
X ≠ Y | 0 |