System::Collections::BitArray::And método

BitArray::And method

Calcula el ‘and’ a nivel de bits entre dos BitSets.

BitArrayPtr System::Collections::BitArray::And(const BitArrayPtr &value)
ParámetroTipoDescripción
valueconst BitArrayPtr&Operando RHS.

ReturnValue

Resultado del ‘and’ bit a bit.

Ver también