This documentation is out of date.

The new version of the documentation is here: https://cannylogic.com/docs

Difference between revisions of "Not greater than"

From CANNY Wiki
Jump to: navigation, search
[unchecked revision][unchecked revision]
 
(2 intermediate revisions by one other user not shown)
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;"|[[Изображение:5_5_2_2.png]]
+
|colspan="2" align="center" style="padding:10px;"|[[File:5_5_3_2.png]]
 
|-
 
|-
 
!colspan="2" style="background-color:#AFEEEE;"|Symbol
 
!colspan="2" style="background-color:#AFEEEE;"|Symbol
Line 41: Line 41:
  
 
<div>
 
<div>
Set the output result of not exceeding test for input value X to Y values.
+
Set the output as a result of not exceeding test for input value X to Y values.
 
</div>
 
</div>
 
</div>
 
</div>
Line 49: Line 49:
 
*«0» if and only if "Value X» is numerically greater than "Value Y».
 
*«0» if and only if "Value X» is numerically greater than "Value Y».
  
Thus, truth operation table is as follows:
+
Thus, truth operation table is as followed:
  
 
{|border="1" style="border-collapse:collapse;"
 
{|border="1" style="border-collapse:collapse;"
Line 68: Line 68:
 
== Examples ==
 
== Examples ==
 
{|
 
{|
|[[Изображение:5_5_3_3.png|thumb|Пример 1]]
+
|[[File:5_5_3_3.png|thumb|Example 1]]
 
|
 
|
|[[Изображение:5_5_3_4.png|thumb|Пример 2]]
+
|[[File:5_5_3_4.png|thumb|Example 2]]
 
|}
 
|}
  

Latest revision as of 08:34, 8 April 2016

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

left|Иконка

Set the output as a result of not exceeding test for input value X to Y values.


Иными словами, на выходе будет:

  • «1» if and only if "Value X» is numerically less or equal to "Value Y"
  • «0» if and only if "Value X» is numerically greater than "Value Y».

Thus, truth operation table is as followed:

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

Examples

Example 1
Example 2

See also

Equal to

Less than

Greater than

Not less than

Built-in Function Blocks