| 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. |