Click or drag to resize

VectorSubtract Method

Overload List
  NameDescription
Public methodSubtract(Double)
Subtracts the given scalar to this vector and returns the result.
Public methodSubtract(Vector)
Subtracts the given vector from this one and returns the result.
Public methodSubtract(Double, Vector)
Subtracts the given scalar from this vector and writes the result to another one.
Public methodSubtract(Vector, Vector)
Subtracts the given vector from this vector and writes the result to another one.
Top
See Also