Vector.Multiply Method
.NET Framework 4.5
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Multiply(Double, Vector) | Multiplies the specified scalar by the specified vector and returns the resulting Vector. |
|
Multiply(Vector, Double) | Multiplies the specified vector by the specified scalar and returns the resulting Vector. |
|
Multiply(Vector, Matrix) | Transforms the coordinate space of the specified vector using the specified Matrix. |
|
Multiply(Vector, Vector) | Calculates the dot product of the two specified vectors and returns the result as a Double. |