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