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