VectorInt ThresholdGT_LT(TVecInt *Vec, const int GTLevel, const int GTValue, const int LTLevel, const int LTValue);
Perform "greater than and less than" threshold operation on all Vec object values.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Vec | TVecInt * | |
| 2 | GTLevel | const int | |
| 3 | GTValue | const int | |
| 4 | LTLevel | const int | |
| 5 | LTValue | const int |
Remarks:
Size and VectorInt::IntPrecision properties of the result are adjusted automatically.
Declared in Dew::Math::Units::MtxExprInt · Dew.Math/Units.MtxExprInt.h · Cross-compiler