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

Multiply all Vec1 elements with corresponding Vec2 elements.

Pascal
function Mul(const Vec1: TMtxVec; const Vec2: TMtxVec): TMtxVec; overload;

Store the results in calling object. Size and Complex property of calling object are adjusted automatically to match those of Vec1 and Vec2. An exception is raised if Vec1 and Vec2 size and Complex property do not match.

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