You are here: Symbol Reference > MtxExprInt Namespace > Classes > MatrixInt Record > public > ThresholdGT_LT Method > MatrixInt.ThresholdGT_LT Method (Integer, Integer, Integer, Integer)
MtxVec VCL
ContentsIndex
Example
var a: TMtxInt; begin CreateIt(a); try a.SetIt(2,2,[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.