MtxExprInt.FindMask Method

Overload List

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

#NameTypeDescription
1aTMtxVecsource TVec or TMtx
2opString
3bTCplxscalar

Returns: VectorInt

Remarks:

The op can be "<", ">", "=", "<=",">=".

Overload 2: VectorInt FindMask(TMtxVec a, String op, TMtxVec b)

Finds and returns a vector mask.

#NameTypeDescription
1aTMtxVecsource TVec or TMtx
2opString
3bTMtxVecsource TVec or TMtx

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.

#NameTypeDescription
1aTMtxVecsource TVec or TMtx
2opString
3bDoublescalar

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.

#NameTypeDescription
1aTMtxVecIntsource TVecInt or TMtxInt
2opString
3bTMtxVecIntsource 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.

#NameTypeDescription
1aTMtxVecIntsource TVecInt or TMtxInt
2opString
3bInt32

Returns: VectorInt