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

* Multiplication Operator

This operator computes the multiplication of two given expressions.

Syntax:

exp1 * exp2

Usage:

7 * 8               // evaluates to 56
(2 + 2) * (7 - 1)    // evaluates to 24