Overload List
| # | Signature | Description |
|---|---|---|
| 1 | VectorInt FindIndexes(TMtxVecInt *a, const DewString &op, const int b); | Fills the resulting vector with indexes, where the logical expression is true. |
| 2 | VectorInt FindIndexes(TMtxVecInt *a, const DewString &op, TMtxVecInt *b); | Fills the resulting vector with indexes, where the logical expression is true. |
| 3 | VectorInt FindIndexes(TMtxVec *a, const DewString &op, const TCplx &b); | Fills the resulting vector with indexes, where the logical expression is true. |
| 4 | VectorInt FindIndexes(TMtxVec *a, const DewString &op, const double b); | Fills the resulting vector with indexes, where the logical expression is true. |
| 5 | VectorInt FindIndexes(TMtxVec *a, const DewString &op, TMtxVec *b); | Fills the resulting vector with indexes, where the logical expression is true. |
Overload 1: VectorInt FindIndexes(TMtxVecInt *a, const DewString &op, const int b);
Fills the resulting vector with indexes, where the logical expression is true.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | TMtxVecInt * | |
| 2 | op | const DewString & | |
| 3 | b | const int |
Remarks:
The op can be "<", ">", "=", "<=",">=". The b parameter is of integer type.
Declared in Dew::Math::Units::MtxExprInt · Dew.Math/Units.MtxExprInt.h · Cross-compiler
Overload 2: VectorInt FindIndexes(TMtxVecInt *a, const DewString &op, TMtxVecInt *b);
Fills the resulting vector with indexes, where the logical expression is true.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | TMtxVecInt * | |
| 2 | op | const DewString & | |
| 3 | b | TMtxVecInt * |
Remarks:
The op can be "<", ">", "=", "<=",">=". The b parameter is of TMtxVecInt type.
Declared in Dew::Math::Units::MtxExprInt · Dew.Math/Units.MtxExprInt.h · Cross-compiler
Overload 3: VectorInt FindIndexes(TMtxVec *a, const DewString &op, const TCplx &b);
Fills the resulting vector with indexes, where the logical expression is true.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | TMtxVec * | |
| 2 | op | const DewString & | |
| 3 | b | const TCplx & |
Remarks:
The op can be "<", ">", "=", "<=",">=".
Declared in Dew::Math::Units::MtxExprInt · Dew.Math/Units.MtxExprInt.h · Cross-compiler
Overload 4: VectorInt FindIndexes(TMtxVec *a, const DewString &op, const double b);
Fills the resulting vector with indexes, where the logical expression is true.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | TMtxVec * | |
| 2 | op | const DewString & | |
| 3 | b | const double |
Remarks:
The op can be "<", ">", "=", "<=",">=". The b parameter is of double type.
Declared in Dew::Math::Units::MtxExprInt · Dew.Math/Units.MtxExprInt.h · Cross-compiler
Overload 5: VectorInt FindIndexes(TMtxVec *a, const DewString &op, TMtxVec *b);
Fills the resulting vector with indexes, where the logical expression is true.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | TMtxVec * | |
| 2 | op | const DewString & | |
| 3 | b | TMtxVec * |
Remarks:
The b parameter is of type.
Declared in Dew::Math::Units::MtxExprInt · Dew.Math/Units.MtxExprInt.h · Cross-compiler