You are here: Symbol Reference > MtxExpr Namespace > Classes > Vector Record > public > Vector.SelectIndex Property
MtxVec VCL
ContentsIndex
PreviousUpNext
Vector.SelectIndex Property

Allows copying/assignment of subranges.

Pascal
property SelectIndex [const startIndex, Step, stopIndex: integer]: Vector;

Reading this property will return a copied selection of subranged vector by calling Dst.GatherByIncr(Src, startIndex, Step); Writing this property will copy source to the specified range by using Data.ScatterByIncr. The size of the value being assigned needs to match the index range specified. This property does not obtain a "view" unless Step equals to 1.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!