Carrot reference
Operators

* (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



Updated 04 Oct 2023
Doc contributor
Did this page help you?