* (Multiply)
* (Multiply)
Multiplies one value by another.
Syntax
[expression1]*expression2
The asterisk (*) multiplies the expression on the left by the expression on the right.
Parameters
expression1 | a number or expression that evaluates to a number |
expression2 | a number or expression that evaluates to a number |
Comments
Arithmetic operators indicate the sign of a number or perform arithmetic operations (addition, subtraction, multiplication, division, exponentiation).
See Also