You are here:
Symbol Reference >
AbstractMtxVecInt Namespace
>
Classes
>
TMtxVecInt Class
>
public
>
ThreshTop Method
>
TMtxVecInt.ThreshTop Method (integer)
MtxVec VCL
Example
TMtxVecInt.ThreshTop Method (integer)
var
a: TVecInt;
begin
CreateIt(a);
try
a.SetIt([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.