You are here: Symbol Reference > MtxExpr Namespace > Classes > Vector Record > public > ConjMul Method > Vector.ConjMul Method (TMtxVec, TMtxVec, integer, integer, integer, integer)
MtxVec VCL
ContentsIndex
PreviousUpNext
Vector.ConjMul Method (TMtxVec, TMtxVec, integer, integer, integer, integer)

Conjugate Vec2 elements [Vec2Index]..[Vec2Index+Len-1] and multiply them with corresponding Vec1 elements [Vec1Index]..[Vec1Index+Len-1].

Pascal
function ConjMul(const Vec1: TMtxVec; const Vec2: TMtxVec; Vec1Index: integer; Vec2Index: integer; Index: integer; Len: integer): TMtxVec; overload;

The results are stored in the calling object elements [Index]..[Index+Len-1]. Size and Complex properties of the calling vector must be set explicitly. An exception is raised if ConditionCheck is true and array borders are overrun.

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