System::Collections::Specialized::BitVector32::idx_get 메서드
BitVector32::idx_get(BitVector32::Section) method
지정된 섹션의 값을 가져옵니다.
int32_t System::Collections::Specialized::BitVector32::idx_get(BitVector32::Section section)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| section | BitVector32::Section | 지정된 섹션. |
또 보기
- Class Section
- Class BitVector32
- Namespace System::Collections::Specialized
- Library Aspose.Page for C++
BitVector32::idx_get(int32_t) method
지정된 모든 비트가 설정되어 있는지 여부를 나타내는 값을 가져옵니다.
bool System::Collections::Specialized::BitVector32::idx_get(int32_t bit)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| bit | int32_t | 지정된 비트들. |
또 보기
- Class BitVector32
- Namespace System::Collections::Specialized
- Library Aspose.Page for C++