TMtxVecIntHelper::FindIndexesAndLength Method

Overload List

#SignatureDescription
1static int FindIndexesAndLength(TMtxVecInt *aThis, TMtxVec *a, const DewString &op, const TCplx &b);
2static int FindIndexesAndLength(TMtxVecInt *aThis, TMtxVec *a, const DewString &op, const double b);The b parameter is of double type.
3static int FindIndexesAndLength(TMtxVecInt *aThis, TMtxVec *a, const DewString &op, TMtxVec *b);The b parameter is of TMtxVec type.

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

#NameTypeDescription
1aThisTMtxVecInt *
2aTMtxVec *
3opconst DewString &
4bconst TCplx &
Declared in Dew::Math::TMtxVecIntHelper · Dew.Math/MtxVec.h · Cross-compiler

Overload 2: static int FindIndexesAndLength(TMtxVecInt *aThis, TMtxVec *a, const DewString &op, const double b);

The b parameter is of double type.

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

Overload 3: static int FindIndexesAndLength(TMtxVecInt *aThis, TMtxVec *a, const DewString &op, TMtxVec *b);

The b parameter is of TMtxVec type.

#NameTypeDescription
1aThisTMtxVecInt *
2aTMtxVec *
3opconst DewString &
4bTMtxVec *
Declared in Dew::Math::TMtxVecIntHelper · Dew.Math/MtxVec.h · Cross-compiler