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