You are here:
Symbol Reference >
MtxExpr Namespace
>
Classes
>
Matrix Record
>
public
>
ThreshAbsLT Method
>
Matrix.ThreshAbsLT Method (double)
MtxVec VCL
Example
Matrix.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.