System::Collections::Specialized::BitVector32::CreateSection méthode
BitVector32::CreateSection(int16_t) method
Crée la première section d’une série, avec la valeur maximale spécifiée.
static BitVector32::Section System::Collections::Specialized::BitVector32::CreateSection(int16_t maxValue)
| Paramètre | Type | Description |
|---|---|---|
| valeurMax | int16_t | valeur maximale spécifiée. |
Voir aussi
- Class Section
- Class BitVector32
- Namespace System::Collections::Specialized
- Library Aspose.Font for C++
BitVector32::CreateSection(int16_t, BitVector32::Section) method
Crée la section suivante d’une série, avec la valeur maximale spécifiée.
static BitVector32::Section System::Collections::Specialized::BitVector32::CreateSection(int16_t maxValue, BitVector32::Section previous)
| Paramètre | Type | Description |
|---|---|---|
| valeurMax | int16_t | valeur maximale spécifiée. |
| précédent | BitVector32::Section | série précédente |
Voir aussi
- Class Section
- Class BitVector32
- Namespace System::Collections::Specialized
- Library Aspose.Font for C++