You are here: Symbol Reference > MtxVecInt Namespace > Classes > TMtxInt Class > public > MulElem Method > TMtxInt.MulElem Method (TMtxInt, TMtxInt)
MtxVec VCL
ContentsIndex
PreviousUpNext
TMtxInt.MulElem Method (TMtxInt, TMtxInt)

Multiplies elements in Mtx1 matrix with the elements in Mtx2 matrix (array multiplication) and stores the results in calling matrix.

Pascal
function MulElem(const Mtx1: TMtxInt; const Mtx2: TMtxInt): TMtxInt; overload;

The Rows, Cols and IntPrecision properties of calling matrix are set implicitly to match those of Mtx1 and Mtx2 matrices. Mtx1 and Mtx2 Rows, Cols, and IntPrecision properties must be the same, otherwise an excetion is raised. raised.

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