Overload List
| # | Signature | Description |
|---|---|---|
| 1 | function FindAndGather(const a: TMtxVecInt; const op: string; const b: TMtxVecInt; const Indexes: TVecInt): TVecInt; | The b parameter is of TMtxVecInt type. |
| 2 | function FindAndGather(const a: TMtxVecInt; const op: string; const b: Integer; const Indexes: TVecInt): TVecInt; | The b parameter is of integer type. |
Overload 1: function FindAndGather(const a: TMtxVecInt; const op: string; const b: TMtxVecInt; const Indexes: TVecInt): TVecInt;
The b parameter is of TMtxVecInt type.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | TMtxVecInt | source TVecInt or TMtxInt |
| 2 | op | string | |
| 3 | b | TMtxVecInt | source TVecInt or TMtxInt |
| 4 | Indexes | TVecInt | source TVecInt |
Result: stored in self (calling object), returns self for chaining
Overload 2: function FindAndGather(const a: TMtxVecInt; const op: string; const b: Integer; const Indexes: TVecInt): TVecInt;
The b parameter is of integer type.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | TMtxVecInt | source TVecInt or TMtxInt |
| 2 | op | string | |
| 3 | b | Integer | |
| 4 | Indexes | TVecInt | source TVecInt |
Result: stored in self (calling object), returns self for chaining