You are here: Symbol Reference > AbstractMtxVecInt Namespace > Classes > TMtxVecInt Class > public > DivideBy Method > TMtxVecInt.DivideBy Method (integer, TMtxVecInt, integer, integer, integer)
MtxVec VCL
ContentsIndex
PreviousUpNext
TMtxVecInt.DivideBy Method (integer, TMtxVecInt, integer, integer, integer)

Divide Value with Src vector elements [SrcIndex..SrcIndex+Len-1] and place the result in the calling vector elements [Index..Index+Len-1].

Pascal
function DivideBy(Value: integer; const Src: TMtxVecInt; SrcIndex: integer; Index: integer; Len: integer): TMtxVecInt; overload;

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!