Overload List
| # | Signature | Description |
|---|---|---|
| 1 | function FindMask(const a: TMtxVec; const op: string; const b: TCplx): VectorInt; | Finds and returns a vector mask. |
| 2 | function FindMask(const a: TMtxVec; const op: string; const b: TMtxVec): VectorInt; | Finds and returns a vector mask. |
| 3 | function FindMask(const a: TMtxVec; const op: string; const b: Double): VectorInt; | Finds and returns a vector mask. |
| 4 | function FindMask(const a: TMtxVecInt; const op: string; const b: TMtxVecInt): VectorInt; | The b parameter is of TMtxVecInt type. |
| 5 | function FindMask(const a: TMtxVecInt; const op: string; const b: Integer): VectorInt; | The b parameter is of integer type. |
Overload 1: function FindMask(const a: TMtxVec; const op: string; const b: TCplx): VectorInt;
Finds and returns a vector mask.
Returns: VectorInt
Remarks:
The op can be "<", ">", "=", "<=",">=".
Overload 2: function FindMask(const a: TMtxVec; const op: string; const b: TMtxVec): VectorInt;
Finds and returns a vector mask.
Returns: VectorInt
Remarks:
The op can be "<", ">", "=", "<=",">=". The b parameter is of type.
Overload 3: function FindMask(const a: TMtxVec; const op: string; const b: Double): VectorInt;
Finds and returns a vector mask.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | TMtxVec | |
| 2 | op | string | |
| 3 | b | Double |
Returns: VectorInt
Remarks:
The op can be "<", ">", "=", "<=",">=". The b parameter is of double type.
Overload 4: function FindMask(const a: TMtxVecInt; const op: string; const b: TMtxVecInt): VectorInt;
The b parameter is of TMtxVecInt type.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | TMtxVecInt | |
| 2 | op | string | |
| 3 | b | TMtxVecInt |
Returns: VectorInt
Remarks:
The op can be "<", ">", "=", "<=",">=".
Overload 5: function FindMask(const a: TMtxVecInt; const op: string; const b: Integer): VectorInt;
The b parameter is of integer type.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | TMtxVecInt | |
| 2 | op | string | |
| 3 | b | Integer |
Returns: VectorInt