LessEqual

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

Blocks tree path

Primitive\Arithmetic\LessEqual

Inputs

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

Outputs

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