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

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

Syntax
C#
Visual Basic
public TMtxVecInt RemDiv(TMtxVecInt Src, TMtxVecInt Value, TMtxVecInt RemDst);

Size and IntPrecision properties of the calling object and of RemDst are adjusted automatically.

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