MtxExprInt::Select Function

Overload List

#SignatureDescription
1VectorInt Select(TVecInt *Src, const int StartIndex, const int StopIndex);Subrange the source VectorInt without copy operation.
2VectorInt 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.

#NameTypeDescription
1SrcTVecInt *
2StartIndexconst int
3StopIndexconst 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.

#NameTypeDescription
1SrcTMtxInt *
2StartIndexconst int
3StopIndexconst int
Remarks:

Internally calls TVecInt::SetSubIndex

Declared in Dew::Math::Units::MtxExprInt · Dew.Math/Units.MtxExprInt.h · Cross-compiler