Overload List
| # | Signature | Description |
|---|---|---|
| 1 | function FindIndexesAndLength(const a: TMtxVecInt; const op: string; const b: TMtxVecInt): Integer; | The b parameter is of TMtxVecInt type. |
| 2 | function 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.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | TMtxVecInt | |
| 2 | op | string | |
| 3 | b | TMtxVecInt |
Returns: Int32
Overload 2: function FindIndexesAndLength(const a: TMtxVecInt; const op: string; const b: Integer): Integer;
The b parameter is of integer type.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | TMtxVecInt | |
| 2 | op | string | |
| 3 | b | Integer |
Returns: Int32