MtxExprInt.ThresholdGT_LT Method

function ThresholdGT_LT(const Vec: TVecInt; const GTLevel: Integer; const GTValue: Integer; const LTLevel: Integer; const LTValue: Integer): VectorInt;

Perform "greater than and less than" threshold operation on all Vec object values.

#NameTypeDescription
1VecTVecInt
2GTLevelInteger
3GTValueInteger
4LTLevelInteger
5LTValueInteger

Returns: VectorInt

Remarks:

Size and VectorInt.IntPrecision properties of the result are adjusted automatically.