VectorTSubtract Method |
Name | Description | |
---|---|---|
![]() | Subtract(T) | Subtracts a scalar from each element of the vector. |
![]() | Subtract(VectorT) | Subtracts another vector from this vector. |
![]() | Subtract(T, VectorT) | Subtracts a scalar from each element of the vector and stores the result in the result vector. |
![]() | Subtract(VectorT, VectorT) | Subtracts another vector to this vector and stores the result into the result vector. |