System::Collections::Specialized::BitVector32::CreateSection 메서드
BitVector32::CreateSection(int16_t) method
지정된 최대값을 사용하여 시리즈에서 첫 번째 섹션을 생성합니다.
static BitVector32::Section System::Collections::Specialized::BitVector32::CreateSection(int16_t maxValue)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| maxValue | int16_t | 지정된 최대값. |
또 보기
- Class Section
- Class BitVector32
- Namespace System::Collections::Specialized
- Library Aspose.Page for C++
BitVector32::CreateSection(int16_t, BitVector32::Section) method
지정된 최대값을 사용하여 시리즈에서 다음 섹션을 생성합니다.
static BitVector32::Section System::Collections::Specialized::BitVector32::CreateSection(int16_t maxValue, BitVector32::Section previous)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| maxValue | int16_t | 지정된 최대값. |
| 이전 | BitVector32::Section | 이전 시리즈 |
또 보기
- Class Section
- Class BitVector32
- Namespace System::Collections::Specialized
- Library Aspose.Page for C++