Carrot reference
Operators
* (multiply)
An operator used to multiply two or more expressions.
valueOne * valueTwo * valueThree * ...
1 * 2 * 3 returns 6
- 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.