System::Collections::Specialized::BitVector32::CreateSection 메서드

BitVector32::CreateSection(int16_t) method

지정된 최대값을 사용하여 시리즈에서 첫 번째 섹션을 생성합니다.

static BitVector32::Section System::Collections::Specialized::BitVector32::CreateSection(int16_t maxValue)
매개변수형식설명
maxValueint16_t지정된 최대값.

또 보기

BitVector32::CreateSection(int16_t, BitVector32::Section) method

지정된 최대값을 사용하여 시리즈에서 다음 섹션을 생성합니다.

static BitVector32::Section System::Collections::Specialized::BitVector32::CreateSection(int16_t maxValue, BitVector32::Section previous)
매개변수형식설명
maxValueint16_t지정된 최대값.
이전BitVector32::Section이전 시리즈

또 보기