You are here: Symbol Reference > AbstractMtxVecInt Namespace > Classes > TMtxVecInt Class > public > FindIndexes Method > TMtxVecInt.FindIndexes Method (TMtxVecInt, string, integer)
MtxVec VCL
ContentsIndex
PreviousUpNext
TMtxVecInt.FindIndexes Method (TMtxVecInt, string, integer)

Fills the calling vector with indexes, where the logical expression is true. 

Finds matching indexes. The b parameter is of integer type.

Pascal
function FindIndexes(const a: TMtxVecInt; const op: string; const b: integer): TMtxVecInt; overload;

ills the calling vector with indexes, where the Op comparison between a and b is True. Op string parameter can be '<', '>', '>=','<=','=' or '<>'

op parameter can be < , > , >= , <= , = or <>

FindAndGather, FindMask, Find, Gather, Scatter

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