TVecByte::FindAndGather Method

Overload List

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

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

The b parameter is of integer type.

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

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

The b parameter is of TMtxVecInt type.

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