System::Collections::Specialized::BitVector32::CreateSection methode

BitVector32::CreateSection(int16_t) method

Maakt de eerste sectie in een reeks, met de opgegeven maximale waarde.

static BitVector32::Section System::Collections::Specialized::BitVector32::CreateSection(int16_t maxValue)
ParameterTypeBeschrijving
maxValueint16_topgegeven maximale waarde.

Zie ook

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

Maakt de volgende sectie in een reeks, met de opgegeven maximale waarde.

static BitVector32::Section System::Collections::Specialized::BitVector32::CreateSection(int16_t maxValue, BitVector32::Section previous)
ParameterTypeBeschrijving
maxValueint16_topgegeven maximale waarde.
vorigeBitVector32::Sectionvorige reeks

Zie ook