Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TVecInt FindAndGather(TMtxVecInt a, String op, TMtxVecInt b, TVecInt Indexes) | The b parameter is of Dew.Math.TMtxVecInt type. |
| 2 | TVecInt FindAndGather(TMtxVecInt a, String op, Int32 b, TVecInt Indexes) | The b parameter is of integer type. |
Overload 1: TVecInt FindAndGather(TMtxVecInt a, String op, TMtxVecInt b, TVecInt Indexes)
The b parameter is of Dew.Math.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: TVecInt FindAndGather(TMtxVecInt a, String op, Int32 b, TVecInt Indexes)
The b parameter is of integer type.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | TMtxVecInt | source TVecInt or TMtxInt |
| 2 | op | String | |
| 3 | b | Int32 | |
| 4 | Indexes | TVecInt | source TVecInt |
Result: stored in self (calling object), returns self for chaining