This documentation is out of date.

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

Greater than

From CANNY Wiki
Revision as of 08:33, 8 April 2016 by Kelly (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Jump to: navigation, search
Appearance
5 5 2 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 exceeding test for input value X to Y values.


In other words, the output is:

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

Thus, truth operation table is as followed:

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

Examples

Example 1
Example 2

See also

Equal to

Less than

Not greater than

Not less than

Built-in Function Blocks