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)
ParameterTypeDescription
bitint32_tspecified bits.

See Also

BitVector32::idx_get(BitVector32::Section) method

Gets the value for the specified section.

int32_t System::Collections::Specialized::BitVector32::idx_get(BitVector32::Section section)
ParameterTypeDescription
sectionBitVector32::Sectionspecified section.

See Also