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

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

    Parameters

    s
    b

    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