VectorAdd Method | 
          
| Name | Description | |
|---|---|---|
| Add(Double) | 
            Adds the given scalar to the vector and returns the result.
              | |
| Add(Vector) | 
            Adds the given vector to this one and returns the result.
              | |
| Add(Double, Vector) | 
            Adds the given scalar to the vector and writes the result
            to another one.
              | |
| Add(Vector, Vector) | 
            Adds the given vector to this vector and writes the result to
            another one.
              |