System::Collections::Specialized::BitVector32::idx_get method
BitVector32::idx_get(BitVector32::Section) method
Ottiene il valore per la sezione specificata.
int32_t System::Collections::Specialized::BitVector32::idx_get(BitVector32::Section section)
| Parametro | Tipo | Descrizione |
|---|---|---|
| sezione | BitVector32::Section | sezione specificata. |
Vedi anche
- Class Section
- Class BitVector32
- Namespace System::Collections::Specialized
- Library Aspose.Font for C++
BitVector32::idx_get(int32_t) method
Ottiene un valore che indica se tutti i bit specificati sono impostati.
bool System::Collections::Specialized::BitVector32::idx_get(int32_t bit)
| Parametro | Tipo | Descrizione |
|---|---|---|
| bit | int32_t | bit specificati. |
Vedi anche
- Class BitVector32
- Namespace System::Collections::Specialized
- Library Aspose.Font for C++