| ILinearConstraintCoefficientsDotProduct Method |
Function for forming the dot product of self with another vector.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax double DotProduct(
DoubleVector v
)
Function DotProduct (
v As DoubleVector
) As Double
double DotProduct(
DoubleVector^ v
)
abstract DotProduct :
v : DoubleVector -> float
Parameters
- v DoubleVector
- Another vector the same length as self.
Return Value
DoubleThe dot product of self with
v.
See Also