System::Collections::Specialized::BitVector32::idx_set method
BitVector32::idx_set(int32_t, bool) method
Sets a value indicating whether all the specified bits are set.
void System::Collections::Specialized::BitVector32::idx_set(int32_t bit, bool value)
Parameter | Type | Description |
---|---|---|
bit | int32_t | specified bits. |
value | bool | value to set. |
See Also
- Class BitVector32
- Namespace System::Collections::Specialized
- Library Aspose.PUB for C++
BitVector32::idx_set(BitVector32::Section, int32_t) method
Sets the value for the specified section.
void System::Collections::Specialized::BitVector32::idx_set(BitVector32::Section section, int32_t value)
Parameter | Type | Description |
---|---|---|
section | BitVector32::Section | specified section. |
value | int32_t | specified value. |
See Also
- Class Section
- Class BitVector32
- Namespace System::Collections::Specialized
- Library Aspose.PUB for C++