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

Apply binary "xor" between elements in the calling object and Value.

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

the result of binary "xor" between Value and values in the calling object at locations [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!