Comparasion operation on signals
- Source:
Methods
(static) eq()
Returns 1 if two inputs are equal, otherwise returns 0.
- Source:
(static) gt()
Returns 1 if a is greater than b, otherwise returns 0.
- Source:
(static) gte()
Returns 1 if a is greater or equal than b, otherwise returns 0.
- Source:
(static) gtp()
Returns a
if a
is greater than b
, otherwise returns 0.
- Source:
(static) lt()
Returns 1 if a is less than b, otherwise returns 0.
- Source:
(static) lte()
Returns 1 if a is less or equal than b, otherwise returns 0.
- Source:
(static) ltp()
Returns a
if a
is less than b
, otherwise returns 0.
- Source: