MtxExprInt.SortDescend Method

Overload List

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

Overload 1: MatrixInt SortDescend(TMtxInt Src)

Sort in descending order all Rows from Src.

#NameTypeDescription
1SrcTMtxIntsource TMtxInt

Returns: MatrixInt

Remarks:

Internally calls Dew.Math.TMtxInt.SortDescend

Overload 2: MatrixInt SortDescend(TMtxInt Src, Int32 Col)

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

#NameTypeDescription
1SrcTMtxIntsource TMtxInt
2ColInt32

Returns: MatrixInt

Remarks:

Internally calls Dew.Math.TMtxInt.SortDescend

Overload 3: VectorInt SortDescend(TVecInt Src)

Sorts the source data descendingly.

#NameTypeDescription
1SrcTVecIntsource TVecInt

Returns: VectorInt

Remarks:

Internally calls Dew.Math.TVecInt.SortDescend

Overload 4: VectorInt SortDescend(TVecInt Src, TVecInt IndexVec)

Sorts the source data descendingly.

#NameTypeDescription
1SrcTVecIntsource TVecInt
2IndexVecTVecIntsource TVecInt

Returns: VectorInt

Remarks:

Internally calls Dew.Math.TVecInt.SortDescend