Hex Editor - Binary File Editing Software for Windows
Download Hex Editor Neo 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