* (multiply)
An operator used to multiply two or more expressions.
Syntax
valueOne * valueTwo * valueThree * ...
Sample usage
1 * 2 * 3 returns 6
Supported data types
- If two Number, Percent, or Money values are multiplied together, the values will be multiplied.
- If a Number, Percent, or Money value is multiplied by a Number or Percent value, the values will be multiplied and retain the Number, Percent, or Money data type.
See also
- Number
- Percent
- / (divide)

Updated 03 May 2023
Did this page help you?
Yes
No