You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TMtxVecInt Class > TMtxVecInt Methods > RemDiv Method > TMtxVecInt.RemDiv Method (int, TMtxVecInt, TMtxVecInt, int, int, int, int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TMtxVecInt.RemDiv Method (int, TMtxVecInt, TMtxVecInt, int, int, int, int)

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

Syntax
C#
Visual Basic
public TMtxVecInt RemDiv(int Src, TMtxVecInt Value, TMtxVecInt RemDst, int ValueIndex, int RemDstIndex, int Index, int Len);

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 TMtxVecBase.ConditionCheckConditionCheckis true and array borders are overrun/underrun.

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