System::Collections::Specialized::BitVector32::idx_set méthode
BitVector32::idx_set(BitVector32::Section, int32_t) method
Définit la valeur pour la section spécifiée.
void System::Collections::Specialized::BitVector32::idx_set(BitVector32::Section section, int32_t value)
| Paramètre | Type | Description |
|---|---|---|
| section | BitVector32::Section | section spécifiée. |
| valeur | int32_t | valeur spécifiée. |
Voir aussi
- Class Section
- Class BitVector32
- Namespace System::Collections::Specialized
- Library Aspose.Font for C++
BitVector32::idx_set(int32_t, bool) method
Définit une valeur indiquant si tous les bits spécifiés sont définis.
void System::Collections::Specialized::BitVector32::idx_set(int32_t bit, bool value)
| Paramètre | Type | Description |
|---|---|---|
| bit | int32_t | bits spécifiés. |
| valeur | bool | valeur à définir. |
Voir aussi
- Class BitVector32
- Namespace System::Collections::Specialized
- Library Aspose.Font for C++