Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
Home
C# / C Sharp
2D Graphics
Class Interface
Collections Data Structure
Components
Data Types
Database ADO.net
Date Time
Design Patterns
Development Class
Event
File Stream
Generics
GUI Windows Form
Internationalization I18N
Language Basics
LINQ
Network
Office
Reflection
Regular Expressions
Security
Services Event
Thread
Web Services
Windows
Windows Presentation Foundation
XML
XML LINQ
BitArray « Collections Data Structure « C# / C Sharp
C# / C Sharp
Collections Data Structure
BitArray
1.
Demonstrate BitArray
2.
Use BitArray collection as Flag
3.
illustrates the use of a BitArray
4.
illustrates the use of BitArray methods
5.
BitArray Class manages a compact array of bit values
6.
Displays the properties and values of the BitArrays
7.
BitArray.CopyTo copies the entire 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.
Performs the bitwise OR operation
11.
Performing OR between BitArray instances of different sizes returns an exception
12.
Performs bitwise exclusive OR operation