Home
VB.Net
2D
Application
Class
Data Structure
Data Types
Database ADO.net
Date Time
Development
Event
File Directory
Generics
GUI
Internationalization I18N
Language Basics
LINQ
Network Remote
Reflection
Security
Thread
Windows Presentation Foundation
Windows System
XML
XML LINQ
BitArray « Data Structure « VB.Net
VB.Net
Data Structure
BitArray
1.
BitArray Class manages a compact array of bit values, which are represented as Booleans
2.
Initialize BitArray with False values
3.
Initialize BitArray from Byte array
4.
Initialize BitArray from Boolean value array
5.
Initialize BitArray from Integer array
6.
Performs the bitwise AND operation for BitArray
7.
Copies BitArray to a compatible one-dimensional Array
8.
Gets the value of the bit at a specific position in the BitArray.
9.
Inverts all the bit values in the current BitArray
10.
BitArray.Or Performs the bitwise OR operation
11.
BitArray.Xor performs the bitwise exclusive OR operation