You are here:
Symbol Reference >
AbstractMtxVec Namespace
>
Classes
>
TMtxVec Class
>
public
>
ThreshAbsLT Method
>
TMtxVec.ThreshAbsLT Method (Double)
MtxVec VCL
Example
TMtxVec.ThreshAbsLT Method (Double)
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.