An NDoc Documented Class Library

xy Multiplication Operator 

Multiply the vector by a scalar

public static xy operator *(
   xy a,
   double b
);

Parameters

a
vector
b
scalar

Return Value

scalar multiplied vector

See Also

xy Class | Minais.Drawing3d.Math Namespace | xyMultiplication Operator Overload List