System::Collections::Specialized::BitVector32::CreateSection método
BitVector32::CreateSection(int16_t) method
Crea la primera sección en una serie, con el valor máximo especificado.
static BitVector32::Section System::Collections::Specialized::BitVector32::CreateSection(int16_t maxValue)
| Parámetro | Tipo | Descripción |
|---|---|---|
| maxValue | int16_t | valor máximo especificado. |
Ver también
- Class Section
- Class BitVector32
- Namespace System::Collections::Specialized
- Library Aspose.Page for C++
BitVector32::CreateSection(int16_t, BitVector32::Section) method
Crea la siguiente sección en una serie, con el valor máximo especificado.
static BitVector32::Section System::Collections::Specialized::BitVector32::CreateSection(int16_t maxValue, BitVector32::Section previous)
| Parámetro | Tipo | Descripción |
|---|---|---|
| maxValue | int16_t | valor máximo especificado. |
| anterior | BitVector32::Section | serie anterior |
Ver también
- Class Section
- Class BitVector32
- Namespace System::Collections::Specialized
- Library Aspose.Page for C++