MtxExprInt.SortAscend Method

Overload List

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

Overload 1: function SortAscend(const Src: TMtxInt): MatrixInt;

Sort in ascending order all Rows.

#NameTypeDescription
1SrcTMtxInt

Returns: MatrixInt

Remarks:

Internally calls TMtxInt.SortAscend

Overload 2: function SortAscend(const Src: TMtxInt; const Col: Integer): MatrixInt;

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

#NameTypeDescription
1SrcTMtxInt
2ColInteger

Returns: MatrixInt

Remarks:

Internally calls TMtxInt.SortAscend

Overload 3: function SortAscend(const Src: TVecInt): VectorInt;

Sorts the source data ascendingly.

#NameTypeDescription
1SrcTVecInt

Returns: VectorInt

Remarks:

Internally calls TVecInt.SortAscend

Overload 4: function SortAscend(const Src: TVecInt; const IndexVec: TVecInt): VectorInt;

Sorts the source data ascendingly.

#NameTypeDescription
1SrcTVecInt
2IndexVecTVecInt

Returns: VectorInt

Remarks:

Internally calls TVecInt.SortAscend