Device Monitoring Studio - Monitor, log and analyze data coming through PC ports and connections
Download Device Monitoring Studio Hide this button

> Greater Than Operator

This operator evaluates to non-zero value if first operand is greater than the second operand or to zero value otherwise.

Syntax:

exp1 > exp2

Usage:

8 > 7               // evaluates to 1
2 > 2               // evaluates to 0
3 > 5               // evaluates to 0