System::Collections::Specialized::BitVector32::idx_get method
BitVector32::idx_get(BitVector32::Section) method
Haalt de waarde op voor de opgegeven sectie.
int32_t System::Collections::Specialized::BitVector32::idx_get(BitVector32::Section section)
| Parameter | Type | Beschrijving |
|---|---|---|
| section | BitVector32::Section | opgegeven sectie. |
Zie ook
- Class Section
- Class BitVector32
- Namespace System::Collections::Specialized
- Library Aspose.Page for C++
BitVector32::idx_get(int32_t) method
Haalt een waarde op die aangeeft of alle opgegeven bits zijn ingesteld.
bool System::Collections::Specialized::BitVector32::idx_get(int32_t bit)
| Parameter | Type | Beschrijving |
|---|---|---|
| bit | int32_t | opgegeven bits. |
Zie ook
- Class BitVector32
- Namespace System::Collections::Specialized
- Library Aspose.Page for C++