You are here: Symbol Reference > MtxExprInt Namespace > Classes > MatrixInt Record > public > LogicalNot Method > MatrixInt.LogicalNot Method (TMtxVecInt, integer, integer, integer)
MtxVec VCL
ContentsIndex
PreviousUpNext
MatrixInt.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-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!