Two inputs, A and B, identical to other Compare modules
3 outputs:
A < B -> Output 0
A = B -> Output 1
A < B -> Output 2
Two inputs, A and B, identical to other Compare modules
3 outputs:
A < B -> Output 0
A = B -> Output 1
A < B -> Output 2
Fevix wrote:
Two inputs, A and B, identical to other Compare modules
3 outputs:
A < B -> Output 0 A = B -> Output 1 A < B -> Output 2
Usually this is done by like -1, 0, 1
Is it OK for you?