System::Collections::Specialized::BitVector32::CreateSection methode
BitVector32::CreateSection(int16_t) method
Maakt de eerste sectie in een reeks, met de opgegeven maximale waarde.
static BitVector32::Section System::Collections::Specialized::BitVector32::CreateSection(int16_t maxValue)
| Parameter | Type | Beschrijving |
|---|---|---|
| maxValue | int16_t | opgegeven maximale waarde. |
Zie ook
- Class Section
- Class BitVector32
- Namespace System::Collections::Specialized
- Library Aspose.Page for C++
BitVector32::CreateSection(int16_t, BitVector32::Section) method
Maakt de volgende sectie in een reeks, met de opgegeven maximale waarde.
static BitVector32::Section System::Collections::Specialized::BitVector32::CreateSection(int16_t maxValue, BitVector32::Section previous)
| Parameter | Type | Beschrijving |
|---|---|---|
| maxValue | int16_t | opgegeven maximale waarde. |
| vorige | BitVector32::Section | vorige reeks |
Zie ook
- Class Section
- Class BitVector32
- Namespace System::Collections::Specialized
- Library Aspose.Page for C++