public Coordinate2D operator /( Coordinate2D b, double s )
Public Operator /( _ ByVal b As Coordinate2D, _ ByVal s As Double _ ) As Coordinate2D
Parameters
- b
- s
Return Value
A newly constructed Coordinate2D by dividing the components of the Coordinate2D by the scalar.