System::Collections::Specialized::BitVector32::Section class
Contents
[
Hide
]Section class
Represents an section of the vector that can contain a integer number.
class Section
Methods
Method | Description |
---|---|
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() const | Returns 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() const | Converts value represented by current object to string. |
See Also
- Class BitVector32
- Namespace System::Collections::Specialized
- Library Aspose.PUB for C++