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

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

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 '<>'.

Vector.FindAndGather, VectorInt.FindAndGather, FindMask, Find, Vector.Gather, VectorInt.Gather, Scatter

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