Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TMtxVecInt *FindIndexes(TMtxVecInt *a, const DewString &op, const int b); | Finds matching indexes. The b parameter is of integer type. |
| 2 | TMtxVecInt *FindIndexes(TMtxVecInt *a, const DewString &op, TMtxVecInt *b); | Finds matching indexes. The b parameter is of TMtxVecInt type. |
Overload 1: TMtxVecInt *FindIndexes(TMtxVecInt *a, const DewString &op, const int b);
Finds matching indexes. The b parameter is of integer type.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | TMtxVecInt * | |
| 2 | op | const DewString & | |
| 3 | b | const int |
Remarks:
op parameter can be < , > , >= , <= , = or <>
Declared in Dew::Math::TMtxVecInt · Dew.Math/AbstractMtxVecInt.h · Cross-compiler
Overload 2: TMtxVecInt *FindIndexes(TMtxVecInt *a, const DewString &op, TMtxVecInt *b);
Finds matching indexes. The b parameter is of TMtxVecInt type.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | TMtxVecInt * | |
| 2 | op | const DewString & | |
| 3 | b | TMtxVecInt * |
Remarks:
op parameter can be < , > , >= , <= , = or <>
Declared in Dew::Math::TMtxVecInt · Dew.Math/AbstractMtxVecInt.h · Cross-compiler