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.