System::Collections::Specialized::BitVector32::CreateSection मेथड
BitVector32::CreateSection(int16_t) method
निर्दिष्ट अधिकतम मान के साथ श्रृंखला में पहला सेक्शन बनाता है।
static BitVector32::Section System::Collections::Specialized::BitVector32::CreateSection(int16_t maxValue)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| maxValue | int16_t | निर्दिष्ट अधिकतम मान। |
संबंधित देखें
- Class Section
- Class BitVector32
- Namespace System::Collections::Specialized
- Library Aspose.Page for C++
BitVector32::CreateSection(int16_t, BitVector32::Section) method
निर्दिष्ट अधिकतम मान के साथ श्रृंखला में अगला सेक्शन बनाता है।
static BitVector32::Section System::Collections::Specialized::BitVector32::CreateSection(int16_t maxValue, BitVector32::Section previous)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| maxValue | int16_t | निर्दिष्ट अधिकतम मान। |
| पिछला | BitVector32::Section | पिछली श्रृंखला |
संबंधित देखें
- Class Section
- Class BitVector32
- Namespace System::Collections::Specialized
- Library Aspose.Page for C++