idx_get()

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)

Arguments

ParameterTypeDescription
bitint32_tspecified bits.

BitVector32::idx_get(BitVector32::Section) method

Gets the value for the specified section.

int32_t System::Collections::Specialized::BitVector32::idx_get(BitVector32::Section section)

Arguments

ParameterTypeDescription
sectionBitVector32::Sectionspecified section.

See Also