System::Collections::Specialized::BitVector32::idx_get Methode
BitVector32::idx_get(BitVector32::Section) method
Ermittelt den Wert für den angegebenen Abschnitt.
int32_t System::Collections::Specialized::BitVector32::idx_get(BitVector32::Section section)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Abschnitt | BitVector32::Section | angegebener Abschnitt. |
Siehe auch
- Class Section
- Class BitVector32
- Namespace System::Collections::Specialized
- Library Aspose.Font for C++
BitVector32::idx_get(int32_t) method
Ermittelt einen Wert, der angibt, ob alle angegebenen Bits gesetzt sind.
bool System::Collections::Specialized::BitVector32::idx_get(int32_t bit)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Bit | int32_t | angegebene Bits. |
Siehe auch
- Class BitVector32
- Namespace System::Collections::Specialized
- Library Aspose.Font for C++