Overload List
| # | Signature | Description |
|---|---|---|
| 1 | function Select(const Src: TMtxInt; const StartIndex: Integer; const StopIndex: Integer): VectorInt; | Subrange the source MatrixInt without copy operation. |
| 2 | function 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.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TMtxInt | |
| 2 | StartIndex | Integer | |
| 3 | StopIndex | Integer |
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.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TVecInt | |
| 2 | StartIndex | Integer | |
| 3 | StopIndex | Integer |
Returns: VectorInt
Remarks:
Internally calls TVecInt.SetSubIndex