You are here:
Home
>
MtxVec
>
MtxExpr
>
DotProd Method
MtxVec (Delphi / C++ Builder)
Contents
|
Search
|
Home
MtxExpr.DotProd Method
MtxExpr
function
DotProd(
const
X:
TVec
;
const
Y:
TVec
): Double;
Returns the dot product: sum(X*Y).
#
Name
Type
Description
1
X
TVec
2
Y
TVec
Returns: Double
Remarks:
Internally calls
Vector.DotProd