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.Page 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.Page for C++