Overload List
Overload 1: void FindMask(TMtxVecInt *Dst, TMtxVec *a, const TMtxCompareOp op, TMtxVec *b);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | TMtxVecInt * | |
| 2 | a | TMtxVec * | |
| 3 | op | const TMtxCompareOp | |
| 4 | b | TMtxVec * |
Declared in Dew::Math::Units::AbstractMtxVec · Dew.Math/Units.AbstractMtxVec.h · Cross-compiler
Overload 2: void FindMask(TMtxVecInt *Dst, TMtxVec *a, const TMtxCompareOp op, const TCplx &b);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | TMtxVecInt * | |
| 2 | a | TMtxVec * | |
| 3 | op | const TMtxCompareOp | |
| 4 | b | const TCplx & |
Declared in Dew::Math::Units::AbstractMtxVec · Dew.Math/Units.AbstractMtxVec.h · Cross-compiler
Overload 3: void FindMask(TMtxVecInt *Dst, TMtxVec *a, const TMtxCompareOp op, const double b);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | TMtxVecInt * | |
| 2 | a | TMtxVec * | |
| 3 | op | const TMtxCompareOp | |
| 4 | b | const double |
Declared in Dew::Math::Units::AbstractMtxVec · Dew.Math/Units.AbstractMtxVec.h · Cross-compiler