ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / Coordinate2D Structure / Multiplication Operator / Multiplication(Coordinate2D,Double) Operator

In This Topic
    Multiplication(Coordinate2D,Double) Operator
    In This Topic
    Constructs a new Coordinate2D by performing scalar multiplication on a Coordinate2D.
    Syntax
    public Coordinate2D operator *( 
       Coordinate2D b,
       double s
    )
    Overloads Public Operator *( _
       ByVal b As Coordinate2D, _
       ByVal s As Double _
    ) As Coordinate2D

    Parameters

    b
    s

    Return Value

    A newly constructed Coordinate2D by multiplying the components of the Coordinate2D by the scalar.
    Remarks
    The operator is the same as Scale except that it returns a new Coordinate2D rather than modifying the components of the existing Coordinate2D.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also