MtxExprInt.SortAscend Method

Overload List

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

Overload 1: MatrixInt SortAscend(TMtxInt Src)

Sort in ascending order all Rows.

#NameTypeDescription
1SrcTMtxIntsource 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.

#NameTypeDescription
1SrcTMtxIntsource TMtxInt
2ColInt32

Returns: MatrixInt

Remarks:

Internally calls Dew.Math.TMtxInt.SortAscend

Overload 3: VectorInt SortAscend(TVecInt Src)

Sorts the source data ascendingly.

#NameTypeDescription
1SrcTVecIntsource TVecInt

Returns: VectorInt

Remarks:

Internally calls Dew.Math.TVecInt.SortAscend

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

Sorts the source data ascendingly.

#NameTypeDescription
1SrcTVecIntsource TVecInt
2IndexVecTVecIntsource TVecInt

Returns: VectorInt

Remarks:

Internally calls Dew.Math.TVecInt.SortAscend