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