VectorDotProduct Method (Vector)
|
Computes the dot product of this vector with another.
Namespace:
FinMath.LinearAlgebra
Assembly:
FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax public double DotProduct(
Vector other
)
Parameters
- other
- Type: FinMath.LinearAlgebraVector
The other vector.
Return Value
Type:
Double
The value of dot product.
See Also