TVecInt.FindAndGather Method

Overload List

#SignatureDescription
1TVecInt FindAndGather(TMtxVecInt a, String op, TMtxVecInt b, TVecInt Indexes)The b parameter is of Dew.Math.TMtxVecInt type.
2TVecInt FindAndGather(TMtxVecInt a, String op, Int32 b, TVecInt Indexes)The b parameter is of integer type.

Overload 1: TVecInt FindAndGather(TMtxVecInt a, String op, TMtxVecInt b, TVecInt Indexes)

The b parameter is of Dew.Math.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: TVecInt FindAndGather(TMtxVecInt a, String op, Int32 b, TVecInt Indexes)

The b parameter is of integer type.

#NameTypeDescription
1aTMtxVecIntsource TVecInt or TMtxInt
2opString
3bInt32
4IndexesTVecIntsource TVecInt

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