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
Jump to: navigation, search
[unchecked revision][unchecked revision]
 
Line 41: Line 41:
  
 
<div>
 
<div>
Set the output result of the input values equality test.
+
Set the output as a result of the input values equality test.
 
</div>
 
</div>
 
</div>
 
</div>
Line 49: Line 49:
 
*"0" if and only if values of the inputs are not equal.
 
*"0" if and only if values of the inputs are not equal.
  
Thus, Truth table operation is as follows:
+
Thus, Truth table operation is as followed:
  
 
{|border="1" style="border-collapse:collapse;"
 
{|border="1" style="border-collapse:collapse;"

Latest revision as of 08:32, 8 April 2016

Appearance
5 5 1 2.png
Symbol
X == Y
Group
Relational operators
Inputs
ValueX: Integer
ValueY: Integer
Outputs
Result: Logical
Version CANNY Lab
from 0.6b
Icon

Set the output as a 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 followed:

The ratio of X & Y values Operation result
X = Y 1
X ≠ Y 0

Examples

Example 1
Example 2

See also

Greater than

Less than

Not greater than

Not less than

Built-in Function Blocks