You are here: Symbol Reference > MtxExpr Namespace > Functions > MtxExpr.DotProd Function
MtxVec VCL
ContentsIndex
PreviousUpNext
MtxExpr.DotProd Function

Returns the dot product: sum(X*Y).

Pascal
function DotProd(const X: TVec; const Y: TVec): double; overload;

Internally calls Vector.DotProd

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!