CreateSection()

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)

Arguments

ParameterTypeDescription
maxValueint16_tspecified maximum value.

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)

Arguments

ParameterTypeDescription
maxValueint16_tspecified maximum value.
previousBitVector32::Sectionprevious series

See Also