System::Collections::BitArray::And method

BitArray::And method

Calcule le ‘and’ bit à bit entre deux BitSets.

BitArrayPtr System::Collections::BitArray::And(const BitArrayPtr &value)
ParamètreTypeDescription
valeurconst BitArrayPtr&Opérande RHS.

ReturnValue

Résultat du ‘and’ binaire.

Voir aussi