Less

Determines whether one numeric signal is less than another one. The two signals must be of the same type. The resulting signal o is 1 if i0 is less than i1, 0 otherwise.

Blocks tree path

Primitive\Arithmetic\Less

Inputs

Name Type Description
i0 numeric Left operand.
i1 numeric Right operand.

Outputs

Name Type Description
o bool 1 if i0 is less than i1, 0 otherwise.