System::Collections::Specialized::BitVector32::idx_set method
BitVector32::idx_set(BitVector32::Section, int32_t) method
Stelt de waarde in voor de opgegeven sectie.
void System::Collections::Specialized::BitVector32::idx_set(BitVector32::Section section, int32_t value)
| Parameter | Type | Beschrijving |
|---|---|---|
| section | BitVector32::Section | opgegeven sectie. |
| value | int32_t | opgegeven waarde. |
Zie ook
- Class Section
- Class BitVector32
- Namespace System::Collections::Specialized
- Library Aspose.Page for C++
BitVector32::idx_set(int32_t, bool) method
Stelt een waarde in die aangeeft of alle opgegeven bits zijn ingesteld.
void System::Collections::Specialized::BitVector32::idx_set(int32_t bit, bool value)
| Parameter | Type | Beschrijving |
|---|---|---|
| bit | int32_t | opgegeven bits. |
| value | bool | waarde om in te stellen. |
Zie ook
- Class BitVector32
- Namespace System::Collections::Specialized
- Library Aspose.Page for C++