BitSet Constructor |
Name | Description | |
---|---|---|
![]() | BitSet | Construct a bitset of size one word (64 bits) |
![]() | BitSet(IEnumerableInt32) | Construction from a list of integers |
![]() | BitSet(Int32) | Construct a bitset given the size |
![]() | BitSet(UInt64) | Construction from a static array of longs |