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