VectorSubtraction Operator | 
          
| Name | Description | |
|---|---|---|
| Subtraction(Double, Vector) | 
            Subtracts each element of the vector from the scalar and returns
            the result.
              | |
| Subtraction(Vector, Vector) | 
            Subtracts the one vector from another and returns the result.
              | |
| Subtraction(Vector, Double) | 
            Subtracts the scalar from each element of the vector and returns
            the result.
              |