Lower Than

(LOWER)

Compares 2 input values.
Input I2 may also be a constant.

Inputs

I1–I2 Input values

Outputs

O Output

Functionality

The output is 1 if I1 is less than I2 (or the constant).

The output is 0 if I1 is greater than or equal to I2 (or the constant).

The output sends whenever a value is received.

More Information