System::Collections::Specialized::BitVector32::Section 类
Section class
表示向量中的一个段,该段可以包含整数。
class Section
方法
| 方法 | 描述 |
|---|---|
| Equals(const BitVector32::Section&) | 确定指定的对象是否与当前对象相同。 |
| get_Mask() | 获取一个掩码,以在 BitVector32 中隔离此段。 |
| get_Offset() | 获取此段相对于 BitVector32 起始位置的偏移量。 |
| GetHashCode() const | 返回当前对象的哈希码。 |
| Section() | 创建空对象。 |
| Section(int16_t, int16_t) | 创建具有指定掩码和偏移量的 Section 对象。 |
| static ToString(BitVector32::Section) | 将 value 参数表示的值转换为字符串。 |
| ToString() const | 将当前对象表示的值转换为字符串。 |
另见
- Class BitVector32
- Namespace System::Collections::Specialized
- Library Aspose.Font for C++