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