System::Collections::BitArray::And metodo
BitArray::And method
Calcola l’operazione bitwise ‘and’ tra due BitSet.
BitArrayPtr System::Collections::BitArray::And(const BitArrayPtr &value)
| Parametro | Tipo | Descrizione |
|---|---|---|
| value | const BitArrayPtr& | Operando RHS. |
ReturnValue
Risultato bitwise ‘and’.
Vedi anche
- Class BitArrayPtr
- Class BitArray
- Namespace System::Collections
- Library Aspose.Page for C++