Click or drag to resize

VectorMultiply Operator

Overload List
  NameDescription
Public operatorStatic memberMultiply(Double, Vector)
Multiplies the vector by given scalar and returns the result.
Public operatorStatic memberMultiply(Vector, Vector)
Computes the dot product of two given vectors.
Public operatorStatic memberMultiply(Vector, Double)
Multiplies the vector by given scalar and returns the result.
Top
See Also