ArcGIS Pro 3.7 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 Operator /( _
       ByVal b As Coordinate2D, _
       ByVal s As Double _
    ) As Coordinate2D
    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also