System::Collections::Specialized::BitVector32 class

BitVector32 class

Provides a simple light bit vector with easy integer or Boolean access to a 32 bit storage.

class BitVector32

Nested classes

Methods

MethodDescription
BitVector32()Initializes a new empty instance of the BitVector32.
BitVector32(int32_t)Initializes a new instance of the BitVector32 structure with the specified internal data.
BitVector32(const BitVector32&)Initializes a new instance of the BitVector32 structure with the information in the specified value.
static CreateMask()Creates the first mask in a series.
static CreateMask(int32_t)Creates the next mask in a series.
static CreateSection(int16_t)Creates the first section in a series, with the specified maximum value.
static CreateSection(int16_t, BitVector32::Section)Creates the next section in a series, with the specified maximum value.
Equals(const BitVector32&)Determines whether the specified object is the same as the current.
get_Data()returns the raw data stored in this bit vector…
GetHashCode() constReturns a hash code for the current object.
idx_get(int32_t)Gets a value indicating whether all the specified bits are set.
idx_get(BitVector32::Section)Gets the value for the specified section.
idx_set(int32_t, bool)Sets a value indicating whether all the specified bits are set.
idx_set(BitVector32::Section, int32_t)Sets the value for the specified section.
static ToString(const BitVector32&)Converts value represented by value parameter to string.
ToString() constConverts value represented by current object to string.

See Also