| BitArrayStatic |
This class cannot be directly instantiated. In order to use the methods in the class, use the BitArray.* syntax.
Set Bits = BitArray.FromLongs(LongArray)
Project VBCorLib Overview | BitArray
| Name | Description |
|---|---|
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. |