VectorInt::FindIndexesAndLength Method

Overload List

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

Overload 1: int FindIndexesAndLength(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 2: int FindIndexesAndLength(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