System::Collections::BitArray::Xor method
BitArray::Xor method
Calculates bitwise ‘xor’ between two BitSets.
BitArrayPtr System::Collections::BitArray::Xor(const BitArrayPtr &value)
Parameter | Type | Description |
---|---|---|
value | const BitArrayPtr& | RHS operand. |
ReturnValue
Bitwise ‘xor’ result.
See Also
- Class BitArrayPtr
- Class BitArray
- Namespace System::Collections
- Library Aspose.PUB for C++