Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Matrix SortDescend(TMtx X) | Sorts all rows in the matrix descendingly |
| 2 | Matrix SortDescend(TMtx X, Int32 Col) | Performs row based sort in descending order. |
| 3 | Vector SortDescend(TVec Src) | Sorts the source data descendingly. |
| 4 | Vector SortDescend(TVec Src, TVecInt IndexVec) | Sorts the source data descendingly. |
Overload 1: Matrix SortDescend(TMtx X)
Sorts all rows in the matrix descendingly
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtx | source TMtx |
Returns: Matrix
Remarks:
Internally calls Dew.Math.Matrix.SortDescend
Overload 2: Matrix SortDescend(TMtx X, Int32 Col)
Performs row based sort in descending order.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtx | source TMtx |
| 2 | Col | Int32 |
Returns: Matrix
Remarks:
Internally calls Dew.Math.Matrix.SortDescend
Overload 3: Vector SortDescend(TVec Src)
Sorts the source data descendingly.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TVec | source TVec |
Returns: Vector
Remarks:
Internally calls Dew.Math.TVec.SortDescend
Overload 4: Vector SortDescend(TVec Src, TVecInt IndexVec)
Sorts the source data descendingly.
Returns: Vector
Remarks:
Internally calls Dew.Math.TVec.SortDescend