You are here: Symbol Reference > MtxExprInt Namespace > Classes > MatrixInt Record > public > ThreshBottom Method > MatrixInt.ThreshBottom Method (integer)
MtxVec VCL
ContentsIndex
Example
var a: TMtxInt; begin CreateIt(a); try a.SetIt(2,2,[2,0,3,4]); a.ThreshBottom(1); // a = [2,1,3,4] finally FreeIt(a); end; end;
Copyright (c) 1999-2025 by Dew Research. All rights reserved.