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前のシリーズ

参照