TVecByte.FindAndGather Method

Overload List

#SignatureDescription
1function FindAndGather(const a: TMtxVecInt; const op: string; const b: TMtxVecInt; const Indexes: TVecInt): TVecInt;The b parameter is of TMtxVecInt type.
2function FindAndGather(const a: TMtxVecInt; const op: string; const b: Integer; const Indexes: TVecInt): TVecInt;The b parameter is of integer type.

Overload 1: function FindAndGather(const a: TMtxVecInt; const op: string; const b: TMtxVecInt; const Indexes: TVecInt): TVecInt;

The b parameter is of TMtxVecInt type.

#NameTypeDescription
1aTMtxVecIntsource TVecInt or TMtxInt
2opstring
3bTMtxVecIntsource TVecInt or TMtxInt
4IndexesTVecIntsource TVecInt

Result: stored in self (calling object), returns self for chaining

Overload 2: function FindAndGather(const a: TMtxVecInt; const op: string; const b: Integer; const Indexes: TVecInt): TVecInt;

The b parameter is of integer type.

#NameTypeDescription
1aTMtxVecIntsource TVecInt or TMtxInt
2opstring
3bInteger
4IndexesTVecIntsource TVecInt

Result: stored in self (calling object), returns self for chaining