Overload List
| # | Signature | Description |
|---|---|---|
| 1 | VectorInt Select(TVecInt *Src, const int StartIndex, const int StopIndex); | Subrange the source VectorInt without copy operation. |
| 2 | VectorInt Select(TMtxInt *Src, const int StartIndex, const int StopIndex); | Subrange the source MatrixInt without copy operation. |
Overload 1: VectorInt Select(TVecInt *Src, const int StartIndex, const int StopIndex);
Subrange the source VectorInt without copy operation.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TVecInt * | |
| 2 | StartIndex | const int | |
| 3 | StopIndex | const int |
Remarks:
Internally calls TVecInt::SetSubIndex
Declared in Dew::Math::Units::MtxExprInt · Dew.Math/Units.MtxExprInt.h · Cross-compiler
Overload 2: VectorInt Select(TMtxInt *Src, const int StartIndex, const int StopIndex);
Subrange the source MatrixInt without copy operation.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TMtxInt * | |
| 2 | StartIndex | const int | |
| 3 | StopIndex | const int |
Remarks:
Internally calls TVecInt::SetSubIndex
Declared in Dew::Math::Units::MtxExprInt · Dew.Math/Units.MtxExprInt.h · Cross-compiler