System::Collections::Specialized::BitVector32::Section class

Section class

Represents an section of the vector that can contain a integer number.

class Section

Methods

MethodDescription
Equals(const BitVector32::Section&)Determines whether the specified object is the same as the current.
get_Mask()Gets a mask that isolates this section within the BitVector32.
get_Offset()Gets the offset of this section from the start of the BitVector32.
GetHashCode() constReturns a hash code for the current object.
Section()Creates empty object.
Section(int16_t, int16_t)Creates Section object with specified mask and offset.
static ToString(BitVector32::Section)Converts value represented by value param to string.
ToString() constConverts value represented by current object to string.

See Also