Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TVecInt *FindAndGather(TMtxVecInt *a, const DewString &op, const int b, TVecInt *Indexes = null) const; | The b parameter is of integer type. |
| 2 | TVecInt *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.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | TMtxVecInt * | |
| 2 | op | const DewString & | |
| 3 | b | const int | |
| 4 | Indexes = null | TVecInt * |
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.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | TMtxVecInt * | |
| 2 | op | const DewString & | |
| 3 | b | TMtxVecInt * | |
| 4 | Indexes = null | TVecInt * |
Declared in Dew::Math::VectorInt · Dew.Math/MtxExprInt.h · Cross-compiler