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.Font 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.Font for C++