You are here: Symbol Reference > AbstractMtxVecInt Namespace > Classes > TMtxVecInt Class > public > ThresholdGT_LT Method > TMtxVecInt.ThresholdGT_LT Method (Integer, Integer, Integer, Integer)
MtxVec VCL
ContentsIndex
Example
var a: TVecInt; begin CreateIt(a); try a.SetIt([20,1,30,40]); a.ThresholdGT_LT(23,34,10,5); // a = [20,5,34,34] finally FreeIt(a); end; end;
Copyright (c) 1999-2025 by Dew Research. All rights reserved.