System::Collections::Specialized::BitVector32::CreateSection method

BitVector32::CreateSection(int16_t) method

Creates the first section in a series, with the specified maximum value.

static BitVector32::Section System::Collections::Specialized::BitVector32::CreateSection(int16_t maxValue)
ParameterTypeDescription
maxValueint16_tspecified maximum value.

See Also

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

Creates the next section in a series, with the specified maximum value.

static BitVector32::Section System::Collections::Specialized::BitVector32::CreateSection(int16_t maxValue, BitVector32::Section previous)
ParameterTypeDescription
maxValueint16_tspecified maximum value.
previousBitVector32::Sectionprevious series

See Also