OrBits
Performs a bitwise OR on the current instance of BitArray using the
bits in another instance of BitArray.
Public Function OrBits(
ByVal Bits As BitArray ) As BitArray
Parameters
- Bits
-
[ByVal]
BitArray.
The BitArray object with which to perform the bitwise
OR operation with.
Return Values
BitArray - The internal set of bits is modified based on the operation,
however, the object returns itself for ease of concatenated operations.
Remarks
See Also
Project VBCorLib Overview
| Class BitArray Overview