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