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前一个系列

另见