Overload List
| # | Signature | Description |
|---|---|---|
| 1 | static int FindIndexesAndLength(TMtxVecInt *aThis, TMtxVec *a, const DewString &op, const TCplx &b); | |
| 2 | static int FindIndexesAndLength(TMtxVecInt *aThis, TMtxVec *a, const DewString &op, const double b); | The b parameter is of double type. |
| 3 | static int FindIndexesAndLength(TMtxVecInt *aThis, TMtxVec *a, const DewString &op, TMtxVec *b); | The b parameter is of TMtxVec type. |
Overload 1: static int FindIndexesAndLength(TMtxVecInt *aThis, TMtxVec *a, const DewString &op, const TCplx &b);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | aThis | TMtxVecInt * | |
| 2 | a | TMtxVec * | |
| 3 | op | const DewString & | |
| 4 | b | const TCplx & |
Declared in Dew::Math::TMtxVecIntHelper · Dew.Math/MtxVec.h · Cross-compiler
Overload 2: static int FindIndexesAndLength(TMtxVecInt *aThis, TMtxVec *a, const DewString &op, const double b);
The b parameter is of double type.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | aThis | TMtxVecInt * | |
| 2 | a | TMtxVec * | |
| 3 | op | const DewString & | |
| 4 | b | const double |
Declared in Dew::Math::TMtxVecIntHelper · Dew.Math/MtxVec.h · Cross-compiler
Overload 3: static int FindIndexesAndLength(TMtxVecInt *aThis, TMtxVec *a, const DewString &op, TMtxVec *b);
The b parameter is of TMtxVec type.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | aThis | TMtxVecInt * | |
| 2 | a | TMtxVec * | |
| 3 | op | const DewString & | |
| 4 | b | TMtxVec * |
Declared in Dew::Math::TMtxVecIntHelper · Dew.Math/MtxVec.h · Cross-compiler