Less than

Classification Images
Name:
Less than

Symbol:
X < Y
Appearance:

Appearance.
Group:
Relational operators

CannyLab version:
from 0.6b
Icon:

Icon.
Inputs
Input Value
Value X: Integer
Value Y: Integer
Outputs
Output Value
Result: Logical

General description

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

In other words, the output is:

  • “1” if and only if “Value X” is numerically less than “Value Y”,
  • “1” if and only if “Value X” is numerically greater or equal to “Value Y”

Thus, truth operation table is as followed:

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

Examples

Example 1:

Example №1.

Example 2:

Example №2.

SEE ALSO