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