Overload List
| # | Signature | Description |
|---|---|---|
| 1 | VectorInt Select(TMtxInt Src, Int32 StartIndex, Int32 StopIndex) | Subrange the source MatrixInt without copy operation. |
| 2 | VectorInt Select(TVecInt Src, Int32 StartIndex, Int32 StopIndex) | Subrange the source VectorInt without copy operation. |
Overload 1: VectorInt Select(TMtxInt Src, Int32 StartIndex, Int32 StopIndex)
Subrange the source MatrixInt without copy operation.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TMtxInt | source TMtxInt |
| 2 | StartIndex | Int32 | |
| 3 | StopIndex | Int32 |
Returns: VectorInt
Remarks:
Internally calls Dew.Math.TVecInt.SetSubIndex
Overload 2: VectorInt Select(TVecInt Src, Int32 StartIndex, Int32 StopIndex)
Subrange the source VectorInt without copy operation.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TVecInt | source TVecInt |
| 2 | StartIndex | Int32 | |
| 3 | StopIndex | Int32 |
Returns: VectorInt
Remarks:
Internally calls Dew.Math.TVecInt.SetSubIndex