VectorInt::FindAndGather Method

Overload List

#SignatureDescription
1TVecInt *FindAndGather(TMtxVecInt *a, const DewString &op, const int b, TVecInt *Indexes = null) const;The b parameter is of integer type.
2TVecInt *FindAndGather(TMtxVecInt *a, const DewString &op, TMtxVecInt *b, TVecInt *Indexes = null) const;The b parameter is of TMtxVecInt type.

Overload 1: TVecInt *FindAndGather(TMtxVecInt *a, const DewString &op, const int b, TVecInt *Indexes = null) const;

The b parameter is of integer type.

#NameTypeDescription
1aTMtxVecInt *
2opconst DewString &
3bconst int
4Indexes = nullTVecInt *
Declared in Dew::Math::VectorInt · Dew.Math/MtxExprInt.h · Cross-compiler

Overload 2: TVecInt *FindAndGather(TMtxVecInt *a, const DewString &op, TMtxVecInt *b, TVecInt *Indexes = null) const;

The b parameter is of TMtxVecInt type.

#NameTypeDescription
1aTMtxVecInt *
2opconst DewString &
3bTMtxVecInt *
4Indexes = nullTVecInt *
Declared in Dew::Math::VectorInt · Dew.Math/MtxExprInt.h · Cross-compiler