VectorTSubtraction Operator |
Name | Description | |
---|---|---|
![]() ![]() | Subtraction(T, VectorT) | Subtracts each element of a vector from a scalar. |
![]() ![]() | Subtraction(VectorT, T) | Subtracts a scalar from each element of a vector. |
![]() ![]() | Subtraction(VectorT, VectorT) | Subtracts two Vectors and returns the results. |