You are here:
Symbol Reference >
MtxExprInt Namespace
>
Classes
>
MatrixInt Record
>
public
>
ThreshTop Method
>
MatrixInt.ThreshTop Method (integer)
MtxVec VCL
Example
MatrixInt.ThreshTop Method (integer)
var
a:
TMtxInt
;
begin
CreateIt
(a);
try
a.SetIt(2,2,[2,0,3,4]); a.Threshtop(1);
// a = [1,0,1,1]
finally
FreeIt
(a);
end
;
end
;
Copyright (c) 1999-2025 by Dew Research. All rights reserved.