MtxExprInt::ThresholdGT_LT Function

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.

#NameTypeDescription
1VecTVecInt *
2GTLevelconst int
3GTValueconst int
4LTLevelconst int
5LTValueconst 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