MtxExprInt.FindMask Method

Overload List

#SignatureDescription
1function FindMask(const a: TMtxVec; const op: string; const b: TCplx): VectorInt;Finds and returns a vector mask.
2function FindMask(const a: TMtxVec; const op: string; const b: TMtxVec): VectorInt;Finds and returns a vector mask.
3function FindMask(const a: TMtxVec; const op: string; const b: Double): VectorInt;Finds and returns a vector mask.
4function FindMask(const a: TMtxVecInt; const op: string; const b: TMtxVecInt): VectorInt;The b parameter is of TMtxVecInt type.
5function 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.

#NameTypeDescription
1aTMtxVec
2opstring
3bTCplx

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.

#NameTypeDescription
1aTMtxVec
2opstring
3bTMtxVec

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.

#NameTypeDescription
1aTMtxVec
2opstring
3bDouble

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.

#NameTypeDescription
1aTMtxVecInt
2opstring
3bTMtxVecInt

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.

#NameTypeDescription
1aTMtxVecInt
2opstring
3bInteger

Returns: VectorInt