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