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.