Click or drag to resize

VectorSubtraction Operator

Overload List
  NameDescription
Public operatorStatic memberSubtraction(Double, Vector)
Subtracts each element of the vector from the scalar and returns the result.
Public operatorStatic memberSubtraction(Vector, Vector)
Subtracts the one vector from another and returns the result.
Public operatorStatic memberSubtraction(Vector, Double)
Subtracts the scalar from each element of the vector and returns the result.
Top
See Also