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