System::Collections::BitArray::And 方法
BitArray::And method
计算两个 BitSet 之间的按位 ‘and’。
BitArrayPtr System::Collections::BitArray::And(const BitArrayPtr &value)
| 参数 | 类型 | 描述 |
|---|---|---|
| 值 | const BitArrayPtr& | 右侧操作数。 |
ReturnValue
位 ‘and’ 结果。
另见
- Class BitArrayPtr
- Class BitArray
- Namespace System::Collections
- Library Aspose.Font for C++