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

Apply binary "xor" between coresponding elements in Src and Self.

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

the result of binary "xor" of Src values [SrcIndex]...[SrcIndex+Len-1] with coresponding values in Self (this) [Index]..[Index+Len-1] stored back in the calling object.

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