TMtxByte::FindIndexes Method

Overload List

#SignatureDescription
1TMtxVecInt *FindIndexes(TMtxVecInt *a, const DewString &op, const int b);Finds matching indexes. The b parameter is of integer type.
2TMtxVecInt *FindIndexes(TMtxVecInt *a, const DewString &op, TMtxVecInt *b);Finds matching indexes. The b parameter is of TMtxVecInt type.

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

Finds matching indexes. The b parameter is of integer type.

#NameTypeDescription
1aTMtxVecInt *
2opconst DewString &
3bconst int
Remarks:

op parameter can be < , > , >= , <= , = or <>

Declared in Dew::Math::TMtxVecInt · Dew.Math/AbstractMtxVecInt.h · Cross-compiler

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

Finds matching indexes. The b parameter is of TMtxVecInt type.

#NameTypeDescription
1aTMtxVecInt *
2opconst DewString &
3bTMtxVecInt *
Remarks:

op parameter can be < , > , >= , <= , = or <>

Declared in Dew::Math::TMtxVecInt · Dew.Math/AbstractMtxVecInt.h · Cross-compiler