Creates the next section in a series, with the specified maximum value.
[Visual Basic] Overloads Public Shared Function CreateSection( _ ByVal maxValue As Short, _ ByVal previous As BitVector32.Section _ ) As Section [C#] public static Section CreateSection( short maxValue, BitVector32.Section previous ); [C++] public: static Section CreateSection( short maxValue, BitVector32.Section previous ); [JScript] public static function CreateSection( maxValue : Int16, previous : BitVector32.Section ) : Section;
BitVector32 Structure | BitVector32 Members | System.WinForms Namespace | BitVector32.CreateSection Overload List