MtxExprInt::FindIndexes Function

Overload List

#SignatureDescription
1VectorInt FindIndexes(TMtxVecInt *a, const DewString &op, const int b);Fills the resulting vector with indexes, where the logical expression is true.
2VectorInt FindIndexes(TMtxVecInt *a, const DewString &op, TMtxVecInt *b);Fills the resulting vector with indexes, where the logical expression is true.
3VectorInt FindIndexes(TMtxVec *a, const DewString &op, const TCplx &b);Fills the resulting vector with indexes, where the logical expression is true.
4VectorInt FindIndexes(TMtxVec *a, const DewString &op, const double b);Fills the resulting vector with indexes, where the logical expression is true.
5VectorInt 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.

#NameTypeDescription
1aTMtxVecInt *
2opconst DewString &
3bconst 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.

#NameTypeDescription
1aTMtxVecInt *
2opconst DewString &
3bTMtxVecInt *
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.

#NameTypeDescription
1aTMtxVec *
2opconst DewString &
3bconst 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.

#NameTypeDescription
1aTMtxVec *
2opconst DewString &
3bconst 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.

#NameTypeDescription
1aTMtxVec *
2opconst DewString &
3bTMtxVec *
Remarks:

The b parameter is of type.

Declared in Dew::Math::Units::MtxExprInt · Dew.Math/Units.MtxExprInt.h · Cross-compiler