This documentation is out of date.
The new version of the documentation is here: https://cannylogic.com/docs |
Equal to
From CANNY Wiki
Revision as of 03:15, 23 November 2015 by MEGA (Talk | contribs) (Created page with " <div style="float:right;margin:5px;"> {|class="cannytable" width="350px" |- !colspan="2" style="background-color:#AFEEEE;"|Appearance |- |colspan="2" align="center" style="...")
Appearance | |
---|---|
Изображение:5_5_1_2.png | |
Symbol | |
X == Y | |
Group | |
Bitwise operators | Операции сравнения | |
Inputs | |
ValueX: | Numeric |
ValueY: | Numeric |
Outputs | |
Result: | Logical |
Version CANNY Lab | |
from 0.6b |
Set the output result of the input values equality test.
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 |
Examples
thumb|Пример 1 | thumb|Пример 2 |