System::Collections::BitArray::And method

BitArray::And method

Calculates bitwise ‘and’ between two BitSets.

BitArrayPtr System::Collections::BitArray::And(const BitArrayPtr &value)
ParameterTypeDescription
valueconst BitArrayPtr&RHS operand.

ReturnValue

Bitwise ‘and’ result.

See Also