Overload List
Overload 1: void FindAndSplit(TMtxVecInt Dst, TMtxVec a, String op, TCplx b, TMtxVec MaskVec, TMtxVec NotMaskVec)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | TMtxVecInt | source TVecInt or TMtxInt |
| 2 | a | TMtxVec | source TVec or TMtx |
| 3 | op | String | |
| 4 | b | TCplx | scalar |
| 5 | MaskVec | TMtxVec | source TVec or TMtx |
| 6 | NotMaskVec | TMtxVec | source TVec or TMtx |
Result: stored in self (calling object)
Overload 2: void FindAndSplit(TMtxVecInt Dst, TMtxVec a, String op, TMtxVec b, TMtxVec MaskVec, TMtxVec NotMaskVec)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | TMtxVecInt | source TVecInt or TMtxInt |
| 2 | a | TMtxVec | source TVec or TMtx |
| 3 | op | String | |
| 4 | b | TMtxVec | source TVec or TMtx |
| 5 | MaskVec | TMtxVec | source TVec or TMtx |
| 6 | NotMaskVec | TMtxVec | source TVec or TMtx |
Result: stored in self (calling object)
Overload 3: void FindAndSplit(TMtxVecInt Dst, TMtxVec a, String op, Double b, TMtxVec MaskVec, TMtxVec NotMaskVec)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | TMtxVecInt | source TVecInt or TMtxInt |
| 2 | a | TMtxVec | source TVec or TMtx |
| 3 | op | String | |
| 4 | b | Double | scalar |
| 5 | MaskVec | TMtxVec | source TVec or TMtx |
| 6 | NotMaskVec | TMtxVec | source TVec or TMtx |
Result: stored in self (calling object)