طريقة System::Collections::Specialized::BitVector32::idx_set
BitVector32::idx_set(BitVector32::Section, int32_t) method
يضبط القيمة للقسم المحدد.
void System::Collections::Specialized::BitVector32::idx_set(BitVector32::Section section, int32_t value)
| معامل | نوع | الوصف |
|---|---|---|
| قسم | BitVector32::Section | القسم المحدد. |
| قيمة | int32_t | القيمة المحددة. |
انظر أيضًا
- Class Section
- Class BitVector32
- Namespace System::Collections::Specialized
- Library Aspose.Font for C++
BitVector32::idx_set(int32_t, bool) method
يضبط قيمة تشير إلى ما إذا كانت جميع البتات المحددة مفعلة.
void System::Collections::Specialized::BitVector32::idx_set(int32_t bit, bool value)
| معامل | نوع | الوصف |
|---|---|---|
| بت | int32_t | البتات المحددة. |
| قيمة | bool | القيمة التي سيتم تعيينها. |
انظر أيضًا
- Class BitVector32
- Namespace System::Collections::Specialized
- Library Aspose.Font for C++