Overload List
| # | Signature | Description |
|---|---|---|
| 1 | VectorInt FindMask(TMtxVec a, String op, TCplx b) | Finds and returns a vector mask. |
| 2 | VectorInt FindMask(TMtxVec a, String op, TMtxVec b) | Finds and returns a vector mask. |
| 3 | VectorInt FindMask(TMtxVec a, String op, Double b) | Finds and returns a vector mask. |
| 4 | VectorInt FindMask(TMtxVecInt a, String op, TMtxVecInt b) | The b parameter is of Dew.Math.TMtxVecInt type. |
| 5 | VectorInt FindMask(TMtxVecInt a, String op, Int32 b) | The b parameter is of integer type. |
Overload 1: VectorInt FindMask(TMtxVec a, String op, TCplx b)
Finds and returns a vector mask.
Returns: VectorInt
Remarks:
The op can be "<", ">", "=", "<=",">=".
Overload 2: VectorInt FindMask(TMtxVec a, String op, TMtxVec b)
Finds and returns a vector mask.
Returns: VectorInt
Remarks:
The op can be "<", ">", "=", "<=",">=". The b parameter is of type.
Overload 3: VectorInt FindMask(TMtxVec a, String op, Double b)
Finds and returns a vector mask.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | TMtxVec | source TVec or TMtx |
| 2 | op | String | |
| 3 | b | Double | scalar |
Returns: VectorInt
Remarks:
The op can be "<", ">", "=", "<=",">=". The b parameter is of double type.
Overload 4: VectorInt FindMask(TMtxVecInt a, String op, TMtxVecInt b)
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 |
Returns: VectorInt
Remarks:
The op can be "<", ">", "=", "<=",">=".
Overload 5: VectorInt FindMask(TMtxVecInt a, String op, Int32 b)
The b parameter is of integer type.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | TMtxVecInt | source TVecInt or TMtxInt |
| 2 | op | String | |
| 3 | b | Int32 |
Returns: VectorInt