You are here:
Symbol Reference >
AbstractMtxVecInt Namespace
>
Classes
>
TMtxVecInt Class
>
public
>
LogicalNot Method
>
TMtxVecInt.LogicalNot Method ()
MtxVec VCL
Example
TMtxVecInt.LogicalNot Method ()
Uses
MtxVecInt
;
procedure
Example;
var
a: TVecInt;
begin
CreateIt(a); a.SetIt([1,0,1,0]); a.LogicalNot;
// a = [0,1,0,1]
FreeIt(a);
end
;
Copyright (c) 1999-2025 by Dew Research. All rights reserved.