You are here: Symbol Reference > MtxExprInt Namespace > Classes > VectorInt Record > public > BinaryNot Method > VectorInt.BinaryNot Method (TMtxVecInt, integer, integer, integer)
MtxVec VCL
ContentsIndex
PreviousUpNext
VectorInt.BinaryNot Method (TMtxVecInt, integer, integer, integer)

Apply binary "not" to Src elements and store the result in Self (this).

Pascal
function BinaryNot(const Src: TMtxVecInt; const SrcIndex: integer; const Index: integer; const Len: integer): TMtxVecInt; overload;

the result of binary "not" of Src values [SrcIndex]..[SrcIndex+Len-1] stored in Self (this) values [Index]..[Index+Len-1].

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!