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

Apply binary "xor" between coresponding elements in Src1 and Src2.

Pascal
function BinaryXor(const Src1: TMtxVecInt; const Src2: TMtxVecInt; SrcIndex1: integer; SrcIndex2: integer; Index: integer; Len: integer): TMtxVecInt; overload;

the result of binary "xor" of Src1 values [SrcIndex1]..[SrcIndex1+Len-1] with coresponding Src2 values [SrcIndex2]..[SrcIndex2+Len-1] stored in the calling object at locations [Index]..[Index+Len-1].

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