Método System::Collections::Specialized::BitVector32::idx_get
BitVector32::idx_get(BitVector32::Section) method
Obtiene el valor de la sección especificada.
int32_t System::Collections::Specialized::BitVector32::idx_get(BitVector32::Section section)
| Parámetro | Tipo | Descripción |
|---|---|---|
| sección | BitVector32::Section | sección especificada. |
Ver también
- Class Section
- Class BitVector32
- Namespace System::Collections::Specialized
- Library Aspose.Page for C++
BitVector32::idx_get(int32_t) method
Obtiene un valor que indica si todos los bits especificados están establecidos.
bool System::Collections::Specialized::BitVector32::idx_get(int32_t bit)
| Parámetro | Tipo | Descripción |
|---|---|---|
| bit | int32_t | bits especificados. |
Ver también
- Class BitVector32
- Namespace System::Collections::Specialized
- Library Aspose.Page for C++