20 for (
int i = 0; i <
_bits.Length; i++)
42 int num =
_bits.Length;
86 while ((
num3 & 1) == 0)
91 return (
num2 << 5) + num;
98 int num =
_bits.Length;
100 int i = ((num >
num2) ?
num2 : num);
117 int num =
other._bits.Length;
147 int num =
_bits.Length;
212 int num = 2 *
_bits.Length;
217 uint[]
array =
new uint[num];
static unsafe void Copy(Array sourceArray, Array destinationArray, int length)
static byte Min(byte val1, byte val2)
int NextSet(int startFrom)
bool Intersects(BitSet other)
void EnsureLength(int nRequiredLength)
int Subscript(int bitIndex)
override bool Equals([NotNullWhen(true)] object obj)
override int GetHashCode()
BitSet(int count, uint[] bits)