* operator

Synopsis
This operator performs a multiplication operation.
Variations
Multiplicand * Multiplier
Performs the multiplication operation.
Parameters
Multiplicand

The multiplicand.

Supported types: Numeric.
Multiplier

The multiplier.

Supported types: Numeric.
Returns
Returned types: Numeric.
Examples
1.

The following example will return the diameter of the instance of the circle marker.

Measurement.Markers("Circle").Radius*2