BitSet Class |
Namespace: Stimulsoft.Data.Expressions.Antlr.Runtime
The BitSet type exposes the following members.
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 |
Name | Description | |
---|---|---|
![]() | Add | or this element into this set (grow as necessary to accommodate) |
![]() | Clone | |
![]() | Equals | (Overrides ObjectEquals(Object).) |
![]() | GetHashCode | (Overrides ObjectGetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GrowToInclude | Grows the set to a larger number of bits. |
![]() | IsNil | |
![]() | LengthInLongWords | return how much space is being used by the bits array not how many actually have member bits on. |
![]() | Member | |
![]() | NumBits | |
![]() ![]() | Of(Int32) | |
![]() ![]() | Of(Int32, Int32) | |
![]() ![]() | Of(Int32, Int32, Int32) | |
![]() ![]() | Of(Int32, Int32, Int32, Int32) | |
![]() | Or | return this | a in a new set |
![]() | OrInPlace | |
![]() | Remove | |
![]() | Size | |
![]() | ToArray | |
![]() | ToString | (Overrides ObjectToString.) |
![]() | ToString(String) |