AbstractMtxVec::FindIndexesAndLength Function

Overload List

#SignatureDescription
1int FindIndexesAndLength(TVecInt *Dst, TMtxVec *a, const DewString &op, const TCplx &b);
2int FindIndexesAndLength(TVecInt *Dst, TMtxVec *a, const DewString &op, const double b);
3int FindIndexesAndLength(TVecInt *Dst, TMtxVec *a, const DewString &op, TMtxVec *b);

Overload 1: int FindIndexesAndLength(TVecInt *Dst, TMtxVec *a, const DewString &op, const TCplx &b);

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

Overload 2: int FindIndexesAndLength(TVecInt *Dst, TMtxVec *a, const DewString &op, const double b);

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

Overload 3: int FindIndexesAndLength(TVecInt *Dst, TMtxVec *a, const DewString &op, TMtxVec *b);

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