/ operator

Synopsis
This operator performs a division operation.
Variations
Dividend / Divisor
Performs the division operation.
Parameters
Dividend

The dividend.

Supported types: Numeric.
Divisor

The divisor.

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

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

Measurement.Markers("Circle").Diameter/2