TMtxSmallInt::FindIndexesAndLength Method

Overload List

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

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

Finds matching indexes and returns their count. 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: int FindIndexesAndLength(TMtxVecInt *a, const DewString &op, TMtxVecInt *b);

Finds matching indexes and returns their count. 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