Vector<T>::Subtraction Operator
Subtracts the second vector from the first.
Namespace: System.Numerics
Assembly: System.Numerics.Vectors (in System.Numerics.Vectors.dll)
Parameters
- left
- Type: System.Numerics::Vector<T>
The first vector.
- right
- Type: System.Numerics::Vector<T>
The second vector.
Return Value
Type: System.Numerics::Vector<T>The vector that results from subtracting right from left.
Show: