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