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