Greater

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

Blocks tree path

Primitive\Arithmetic\Greater

Inputs

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

Outputs

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