MtxExprInt.SortDescend Method

Overload List

#SignatureDescription
1function SortDescend(const Src: TMtxInt): MatrixInt;Sort in descending order all Rows from Src.
2function SortDescend(const Src: TMtxInt; const Col: Integer): MatrixInt;Sort in descending order all Rows from Src according to column Col.
3function SortDescend(const Src: TVecInt): VectorInt;Sorts the source data descendingly.
4function SortDescend(const Src: TVecInt; const IndexVec: TVecInt): VectorInt;Sorts the source data descendingly.

Overload 1: function SortDescend(const Src: TMtxInt): MatrixInt;

Sort in descending order all Rows from Src.

#NameTypeDescription
1SrcTMtxInt

Returns: MatrixInt

Remarks:

Internally calls TMtxInt.SortDescend

Overload 2: function SortDescend(const Src: TMtxInt; const Col: Integer): MatrixInt;

Sort in descending order all Rows from Src according to column Col.

#NameTypeDescription
1SrcTMtxInt
2ColInteger

Returns: MatrixInt

Remarks:

Internally calls TMtxInt.SortDescend

Overload 3: function SortDescend(const Src: TVecInt): VectorInt;

Sorts the source data descendingly.

#NameTypeDescription
1SrcTVecInt

Returns: VectorInt

Remarks:

Internally calls TVecInt.SortDescend

Overload 4: function SortDescend(const Src: TVecInt; const IndexVec: TVecInt): VectorInt;

Sorts the source data descendingly.

#NameTypeDescription
1SrcTVecInt
2IndexVecTVecInt

Returns: VectorInt

Remarks:

Internally calls TVecInt.SortDescend