MtxExprInt.Select Method

Overload List

#SignatureDescription
1VectorInt Select(TMtxInt Src, Int32 StartIndex, Int32 StopIndex)Subrange the source MatrixInt without copy operation.
2VectorInt 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.

#NameTypeDescription
1SrcTMtxIntsource TMtxInt
2StartIndexInt32
3StopIndexInt32

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.

#NameTypeDescription
1SrcTVecIntsource TVecInt
2StartIndexInt32
3StopIndexInt32

Returns: VectorInt

Remarks:

Internally calls Dew.Math.TVecInt.SetSubIndex