Overload List
| # | Signature | Description |
|---|---|---|
| 1 | int FindIndexesAndLength(TMtxVecInt *a, const DewString &op, const int b) const; | The b parameter is of integer type. |
| 2 | int FindIndexesAndLength(TMtxVecInt *a, const DewString &op, TMtxVecInt *b) const; | The b parameter is of TMtxVecInt type. |
Overload 1: int FindIndexesAndLength(TMtxVecInt *a, const DewString &op, const int b) const;
The b parameter is of integer type.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | TMtxVecInt * | |
| 2 | op | const DewString & | |
| 3 | b | const int |
Declared in Dew::Math::VectorInt · Dew.Math/MtxExprInt.h · Cross-compiler
Overload 2: int FindIndexesAndLength(TMtxVecInt *a, const DewString &op, TMtxVecInt *b) const;
The b parameter is of TMtxVecInt type.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | TMtxVecInt * | |
| 2 | op | const DewString & | |
| 3 | b | TMtxVecInt * |
Declared in Dew::Math::VectorInt · Dew.Math/MtxExprInt.h · Cross-compiler