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)
Parameter | Type | Description |
---|---|---|
maxValue | int16_t | specified maximum value. |
See Also
- Class Section
- Class BitVector32
- Namespace System::Collections::Specialized
- Library Aspose.PUB for C++
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)
Parameter | Type | Description |
---|---|---|
maxValue | int16_t | specified maximum value. |
previous | BitVector32::Section | previous series |
See Also
- Class Section
- Class BitVector32
- Namespace System::Collections::Specialized
- Library Aspose.PUB for C++