ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Core.Geometry Namespace / Coordinate2D Structure / Division Operator
Version

Division Operator
Constructs a new Coordinate2D by performing scalar division on a Coordinate2D.
Syntax
public Coordinate2D operator /( 
   Coordinate2D b,
   double s
)

Parameters

b
s

Return Value

A newly constructed Coordinate2D by dividing the components of the Coordinate2D by the scalar.
Exceptions
ExceptionDescription
Cannot divide by zero
Requirements

Target Platforms: Windows 11, Windows 10

ArcGIS Pro version: 3 or higher.
See Also