System::Collections::BitArray::Or method

BitArray::Or method

Calculates bitwise ‘or’ between two BitSets.

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

ReturnValue

Bitwise ‘or’ result.

See Also