MtxExpr.Rem Method

Overload List

#SignatureDescription
1function Rem(const X: TMtx; const Y: TMtx): Matrix;Return reminder after division of X by Y.
2function Rem(const X: TMtx; const Y: Double): Matrix;Return reminder after division of X by Y.
3function Rem(const X: TVec; const Y: TVec): Vector;Return reminder after division of X by Y.
4function Rem(const X: TVec; const Y: Double): Vector;Return reminder after division of X by Y.

Overload 1: function Rem(const X: TMtx; const Y: TMtx): Matrix;

Return reminder after division of X by Y.

#NameTypeDescription
1XTMtx
2YTMtx

Returns: Matrix

Remarks:

Internally calls Matrix.Rem

Overload 2: function Rem(const X: TMtx; const Y: Double): Matrix;

Return reminder after division of X by Y.

#NameTypeDescription
1XTMtx
2YDouble

Returns: Matrix

Remarks:

Internally calls Matrix.Rem

Overload 3: function Rem(const X: TVec; const Y: TVec): Vector;

Return reminder after division of X by Y.

#NameTypeDescription
1XTVec
2YTVec

Returns: Vector

Remarks:

Internally calls Vector.Rem

Overload 4: function Rem(const X: TVec; const Y: Double): Vector;

Return reminder after division of X by Y.

#NameTypeDescription
1XTVec
2YDouble

Returns: Vector

Remarks:

Internally calls Matrix.Rem