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

Divide all Src elements with Value and store result of division in the calling object and reminder in RemDst.

Pascal
function RemDiv(Src: TMtxVecInt; Value: TMtxVecInt; RemDst: TMtxVecInt; SrcIndex: integer; ValueIndex: integer; RemDstIndex: integer; Index: integer; Len: integer): TMtxVecInt; overload;

Store the result of division in the calling object elements [Index]..[Index+Len-1] and remainder in to [RemDstIndex] .. [RemDstIndex+ Len-1]. Size and IntPrecision properties of the calling object and RemDst must be set explicitly. An exception is raised if ConditionCheck is true and array borders are overrun/underrun.

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