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)
| Parameter | Type | Περιγραφή |
|---|---|---|
| τμήμα | BitVector32::Section | καθορισμένο τμήμα. |
| τιμή | int32_t | καθορισμένη τιμή. |
Δείτε επίσης
- Class Section
- Class BitVector32
- Namespace System::Collections::Specialized
- Library Aspose.Page for C++
BitVector32::idx_set(int32_t, bool) method
Ορίζει μια τιμή που υποδεικνύει εάν όλα τα καθορισμένα bits είναι ορισμένα.
void System::Collections::Specialized::BitVector32::idx_set(int32_t bit, bool value)
| Parameter | Type | Περιγραφή |
|---|---|---|
| bit | int32_t | καθορισμένα bits. |
| τιμή | bool | τιμή προς ορισμό. |
Δείτε επίσης
- Class BitVector32
- Namespace System::Collections::Specialized
- Library Aspose.Page for C++