* Arithmetic Operator

The * (asterisk) arithmetic operator is a mathematical operator indicating a multiply operation.

Syntax

num.exp * num.exp

Example(s)

Illustrates using the asterisk arithmetic operator to indicate multiplication.

gross.wages = hours.worked * hourly.rate

See Also

! Logical Operator, *= Assignment Operator, + Arithmetic Operator, += Assignment Operator, -= Assignment Operator, /= Assignment Operator, := Assignment Operator, Arithmetic Expressions, Arithmetic Operators, Numeric Expressions, Precedence, precision Statement, Relational Operators, \= Assignment Operator