VectorMultiply Operator |
| Name | Description | |
|---|---|---|
| Multiply(Double, Vector) |
Multiplies the vector by given scalar and returns the result.
| |
| Multiply(Vector, Vector) |
Computes the dot product of two given vectors.
| |
| Multiply(Vector, Double) |
Multiplies the vector by given scalar and returns the result.
|