BitArrayStatic

BitArrayStatic


Provides creation methods from various types of arrays.

Remarks

This class cannot be directly instantiated. In order to use the methods in the class, use the BitArray.* syntax.

 Set Bits = BitArray.FromLongs(LongArray)
 

See Also

Project VBCorLib Overview | BitArray

Public:

Methods:

NameDescription
 FromBooleans Returns a BitArray object created from an array of Booleans. Each boolean represents a single bit in the bit array.  
 FromBytes Returns a BitArray object created from an array of Bytes. Each bit in each byte represents an associated bit in the bit array.  
 FromLongs Returns a BitArray object created from an array of Longs. Each bit in each long represents an associated bit in the bit array.