Overload List
| # | Signature | Description |
|---|---|---|
| 1 | int FindIndexesAndLength(TMtxVecInt *a, const DewString &op, const int b); | Finds matching indexes and returns their count. The b parameter is of integer type. |
| 2 | int FindIndexesAndLength(TMtxVecInt *a, const DewString &op, TMtxVecInt *b); | Finds matching indexes and returns their count. The b parameter is of TMtxVecInt type. |
Overload 1: int FindIndexesAndLength(TMtxVecInt *a, const DewString &op, const int b);
Finds matching indexes and returns their count. 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: int FindIndexesAndLength(TMtxVecInt *a, const DewString &op, TMtxVecInt *b);
Finds matching indexes and returns their count. 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