VectorTSubtract(VectorT, VectorT) Method |
public void Subtract( Vector<T> other, Vector<T> result )
Exception | Condition |
---|---|
ArgumentException | If this vector and other are not the same size. |
ArgumentException | If this vector and result are not the same size. |