VectorInt::FindIndexes Method

Overload List

#SignatureDescription
1TMtxVecInt *FindIndexes(TMtxVec *a, const DewString &op, const TCplx &b) const;Fills the calling vector with indexes, where the logical expression is true.
2TMtxVecInt *FindIndexes(TMtxVec *a, const DewString &op, const double b) const;The b parameter is of double type.
3TMtxVecInt *FindIndexes(TMtxVec *a, const DewString &op, TMtxVec *b) const;The b parameter is of type.
4TMtxVecInt *FindIndexes(TMtxVecInt *a, const DewString &op, const int b) const;The b parameter is of integer type.
5TMtxVecInt *FindIndexes(TMtxVecInt *a, const DewString &op, TMtxVecInt *b) const;The b parameter is of TMtxVecInt type.

Overload 1: TMtxVecInt *FindIndexes(TMtxVec *a, const DewString &op, const TCplx &b) const;

Fills the calling vector with indexes, where the logical expression is true.

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

Fills the calling vector with indexes, where the Op comparison between a and b is True. Op string parameter can be '<', '>', '>=','<=','=' or '<>'.

See Also: Vector::FindAndGather, VectorInt::FindAndGather, VectorInt::FindAndSplit, VectorInt::FindMask, VectorInt::Find, Vector::Gather, VectorInt::Gather, VectorInt::Scatter
Declared in Dew::Math::VectorInt · Dew.Math/MtxExprInt.h · Cross-compiler

Overload 2: TMtxVecInt *FindIndexes(TMtxVec *a, const DewString &op, const double b) const;

The b parameter is of double type.

#NameTypeDescription
1aTMtxVec *
2opconst DewString &
3bconst double
Declared in Dew::Math::VectorInt · Dew.Math/MtxExprInt.h · Cross-compiler

Overload 3: TMtxVecInt *FindIndexes(TMtxVec *a, const DewString &op, TMtxVec *b) const;

The b parameter is of type.

#NameTypeDescription
1aTMtxVec *
2opconst DewString &
3bTMtxVec *
Declared in Dew::Math::VectorInt · Dew.Math/MtxExprInt.h · Cross-compiler

Overload 4: TMtxVecInt *FindIndexes(TMtxVecInt *a, const DewString &op, const int b) const;

The b parameter is of integer type.

#NameTypeDescription
1aTMtxVecInt *
2opconst DewString &
3bconst int
Declared in Dew::Math::VectorInt · Dew.Math/MtxExprInt.h · Cross-compiler

Overload 5: TMtxVecInt *FindIndexes(TMtxVecInt *a, const DewString &op, TMtxVecInt *b) const;

The b parameter is of TMtxVecInt type.

#NameTypeDescription
1aTMtxVecInt *
2opconst DewString &
3bTMtxVecInt *
Declared in Dew::Math::VectorInt · Dew.Math/MtxExprInt.h · Cross-compiler