VectorTSubtraction(VectorT, VectorT) Operator |
public static Vector<T> operator -( Vector<T> leftSide, Vector<T> rightSide )
| Exception | Condition |
|---|---|
| ArgumentException | If leftSide and rightSide are not the same size. |
| ArgumentNullException | If leftSide or rightSide is . |