MtxExprInt.Select Method

Overload List

#SignatureDescription
1function Select(const Src: TMtxInt; const StartIndex: Integer; const StopIndex: Integer): VectorInt;Subrange the source MatrixInt without copy operation.
2function Select(const Src: TVecInt; const StartIndex: Integer; const StopIndex: Integer): VectorInt;Subrange the source VectorInt without copy operation.

Overload 1: function Select(const Src: TMtxInt; const StartIndex: Integer; const StopIndex: Integer): VectorInt;

Subrange the source MatrixInt without copy operation.

#NameTypeDescription
1SrcTMtxInt
2StartIndexInteger
3StopIndexInteger

Returns: VectorInt

Remarks:

Internally calls TVecInt.SetSubIndex

Overload 2: function Select(const Src: TVecInt; const StartIndex: Integer; const StopIndex: Integer): VectorInt;

Subrange the source VectorInt without copy operation.

#NameTypeDescription
1SrcTVecInt
2StartIndexInteger
3StopIndexInteger

Returns: VectorInt

Remarks:

Internally calls TVecInt.SetSubIndex