You are here: Symbol Reference > MtxExprInt Namespace > Classes > MatrixInt Record > public > Divide Method > MatrixInt.Divide Method (TMtxVecInt, TMtxVecInt, integer, integer, integer, integer)
MtxVec VCL
ContentsIndex
PreviousUpNext
MatrixInt.Divide Method (TMtxVecInt, TMtxVecInt, integer, integer, integer, integer)

Divide coresponding elements in Num with Den.

Pascal
function Divide(const Num: TMtxVecInt; const Den: TMtxVecInt; const NumIndex: integer; const DenIndex: integer; const Index: integer; const Len: integer): TMtxVecInt; overload;

Divide Num elements [NumIndex..NumIndex+Len-1] with corrresponding Deb elements [DenIndex..DenIndex+Len-1] and store the results in calling vector elements [Index..Index+Len-1]. An exception is raised if array borders are overrun.

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