Home > Extreme Optimization Mathematics Library for .NET > Reference > Extreme.Mathematics.LinearAlgebra Namespace > Vector Class > Methods > Vector.DotProduct Method
Returns the dot product of this vector with another vector.
The dot product of the two vectors.
| Exception Type | Condition |
|---|---|
| ArgumentNullException | vector is a null reference (Nothing in Visual Basic). |
| DimensionMismatchException | The length of vector does not equal the length of this instance. |
Vector Class | Extreme.Mathematics.LinearAlgebra Namespace | Vector.DotProduct Overload List