VectorInt.FindIndexesAndLength Method

Overload List

#SignatureDescription
1function FindIndexesAndLength(const a: TMtxVecInt; const op: string; const b: TMtxVecInt): Integer;The b parameter is of TMtxVecInt type.
2function FindIndexesAndLength(const a: TMtxVecInt; const op: string; const b: Integer): Integer;The b parameter is of integer type.

Overload 1: function FindIndexesAndLength(const a: TMtxVecInt; const op: string; const b: TMtxVecInt): Integer;

The b parameter is of TMtxVecInt type.

#NameTypeDescription
1aTMtxVecInt
2opstring
3bTMtxVecInt

Returns: Int32

Overload 2: function FindIndexesAndLength(const a: TMtxVecInt; const op: string; const b: Integer): Integer;

The b parameter is of integer type.

#NameTypeDescription
1aTMtxVecInt
2opstring
3bInteger

Returns: Int32