You are here: Symbol Reference > MtxExpr Namespace > Classes > Vector Record > public > ThreshAbsLT Method > Vector.ThreshAbsLT Method (double)
MtxVec VCL
ContentsIndex
Example
var a: TVec; begin CreateIt(a); try a.SetIt(False,[2,-0.1,3,4]); a.ThreshAbsLT(0.2); // a = [2,-0.2,3,4] finally FreeIt(a); end; end;
Copyright (c) 1999-2025 by Dew Research. All rights reserved.