MtxExprInt::FindMask Function

Overload List

#SignatureDescription
1VectorInt FindMask(TMtxVecInt *a, const DewString &op, const int b);The b parameter is of integer type.
2VectorInt FindMask(TMtxVecInt *a, const DewString &op, TMtxVecInt *b);The b parameter is of TMtxVecInt type.
3VectorInt FindMask(TMtxVec *a, const DewString &op, const TCplx &b);Finds and returns a vector mask.
4VectorInt FindMask(TMtxVec *a, const DewString &op, const double b);Finds and returns a vector mask.
5VectorInt FindMask(TMtxVec *a, const DewString &op, TMtxVec *b);Finds and returns a vector mask.

Overload 1: VectorInt FindMask(TMtxVecInt *a, const DewString &op, const int b);

The b parameter is of integer type.

#NameTypeDescription
1aTMtxVecInt *
2opconst DewString &
3bconst int
Declared in Dew::Math::Units::MtxExprInt · Dew.Math/Units.MtxExprInt.h · Cross-compiler

Overload 2: VectorInt FindMask(TMtxVecInt *a, const DewString &op, TMtxVecInt *b);

The b parameter is of TMtxVecInt type.

#NameTypeDescription
1aTMtxVecInt *
2opconst DewString &
3bTMtxVecInt *
Remarks:

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

Declared in Dew::Math::Units::MtxExprInt · Dew.Math/Units.MtxExprInt.h · Cross-compiler

Overload 3: VectorInt FindMask(TMtxVec *a, const DewString &op, const TCplx &b);

Finds and returns a vector mask.

#NameTypeDescription
1aTMtxVec *
2opconst DewString &
3bconst TCplx &
Remarks:

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

Declared in Dew::Math::Units::MtxExprInt · Dew.Math/Units.MtxExprInt.h · Cross-compiler

Overload 4: VectorInt FindMask(TMtxVec *a, const DewString &op, const double b);

Finds and returns a vector mask.

#NameTypeDescription
1aTMtxVec *
2opconst DewString &
3bconst double
Remarks:

The op can be "<", ">", "=", "<=",">=". The b parameter is of double type.

Declared in Dew::Math::Units::MtxExprInt · Dew.Math/Units.MtxExprInt.h · Cross-compiler

Overload 5: VectorInt FindMask(TMtxVec *a, const DewString &op, TMtxVec *b);

Finds and returns a vector mask.

#NameTypeDescription
1aTMtxVec *
2opconst DewString &
3bTMtxVec *
Remarks:

The op can be "<", ">", "=", "<=",">=". The b parameter is of type.

Declared in Dew::Math::Units::MtxExprInt · Dew.Math/Units.MtxExprInt.h · Cross-compiler