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

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

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

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

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