Constant Vector<T>.Dot Product Method
Returns the dot product of this vector with another
vector.
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The dot product of the two vectors.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public override T DotProduct(
Vector<T> vector
)
Parameters
Return Value
TThe dot product of the two vectors.
Exceptions
Argument | vector is null. |
Dimension | The length of vector does not equal the length of this instance. |