AbstractMtxVec.FindIndexesAndLength Method

Overload List

#SignatureDescription
1function FindIndexesAndLength(const Dst: TVecInt; const a: TMtxVec; const op: string; const b: TCplx): Integer;
2function FindIndexesAndLength(const Dst: TVecInt; const a: TMtxVec; const op: string; const b: TMtxVec): Integer;
3function FindIndexesAndLength(const Dst: TVecInt; const a: TMtxVec; const op: string; const b: Double): Integer;

Overload 1: function FindIndexesAndLength(const Dst: TVecInt; const a: TMtxVec; const op: string; const b: TCplx): Integer;

#NameTypeDescription
1DstTVecInt
2aTMtxVec
3opstring
4bTCplx

Returns: Int32

Overload 2: function FindIndexesAndLength(const Dst: TVecInt; const a: TMtxVec; const op: string; const b: TMtxVec): Integer;

#NameTypeDescription
1DstTVecInt
2aTMtxVec
3opstring
4bTMtxVec

Returns: Int32

Overload 3: function FindIndexesAndLength(const Dst: TVecInt; const a: TMtxVec; const op: string; const b: Double): Integer;

#NameTypeDescription
1DstTVecInt
2aTMtxVec
3opstring
4bDouble

Returns: Int32