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

In This Topic
    Division Operator
    In This Topic
    Constructs a new Coordinate2D by performing scalar division on a Coordinate2D.
    Syntax
    public Coordinate2D operator /( 
       Coordinate2D b,
       double s
    )
    Public Operator /( _
       ByVal b As Coordinate2D, _
       ByVal s As Double _
    ) As Coordinate2D

    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