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

- Subtraction Operator

This operator computes the difference between two given expressions.

Syntax:

exp1 - exp2

Usage:

7 - 8               // evaluates to -1
2 - 2               // evaluates to 0