System::Collections::Specialized::BitVector32::CreateSection 方法
BitVector32::CreateSection(int16_t) method
创建系列中的第一个区段,使用指定的最大值。
static BitVector32::Section System::Collections::Specialized::BitVector32::CreateSection(int16_t maxValue)
| 参数 | 类型 | 描述 |
|---|---|---|
| maxValue | int16_t | 指定的最大值。 |
另见
- Class Section
- Class BitVector32
- Namespace System::Collections::Specialized
- Library Aspose.Font for C++
BitVector32::CreateSection(int16_t, BitVector32::Section) method
创建系列中的下一个区段,使用指定的最大值。
static BitVector32::Section System::Collections::Specialized::BitVector32::CreateSection(int16_t maxValue, BitVector32::Section previous)
| 参数 | 类型 | 描述 |
|---|---|---|
| maxValue | int16_t | 指定的最大值。 |
| 前一个 | BitVector32::Section | 前一个系列 |
另见
- Class Section
- Class BitVector32
- Namespace System::Collections::Specialized
- Library Aspose.Font for C++