Overload List
| # | Signature | Description |
|---|---|---|
| 1 | MatrixInt SortDescend(TMtxInt Src) | Sort in descending order all Rows from Src. |
| 2 | MatrixInt SortDescend(TMtxInt Src, Int32 Col) | Sort in descending order all Rows from Src according to column Col. |
| 3 | VectorInt SortDescend(TVecInt Src) | Sorts the source data descendingly. |
| 4 | VectorInt SortDescend(TVecInt Src, TVecInt IndexVec) | Sorts the source data descendingly. |
Overload 1: MatrixInt SortDescend(TMtxInt Src)
Sort in descending order all Rows from Src.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TMtxInt | source 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.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TMtxInt | source TMtxInt |
| 2 | Col | Int32 |
Returns: MatrixInt
Remarks:
Internally calls Dew.Math.TMtxInt.SortDescend
Overload 3: VectorInt SortDescend(TVecInt Src)
Sorts the source data descendingly.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TVecInt | source TVecInt |
Returns: VectorInt
Remarks:
Internally calls Dew.Math.TVecInt.SortDescend
Overload 4: VectorInt SortDescend(TVecInt Src, TVecInt IndexVec)
Sorts the source data descendingly.
Returns: VectorInt
Remarks:
Internally calls Dew.Math.TVecInt.SortDescend