VectorInt ThresholdGT_LT(TVecInt Vec, Int32 GTLevel, Int32 GTValue, Int32 LTLevel, Int32 LTValue)
Perform "greater than and less than" threshold operation on all Vec object values.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Vec | TVecInt | source TVecInt |
| 2 | GTLevel | Int32 | |
| 3 | GTValue | Int32 | |
| 4 | LTLevel | Int32 | |
| 5 | LTValue | Int32 |
Returns: VectorInt
Remarks:
Size and Dew.Math.VectorInt.IntPrecision properties of the result are adjusted automatically.