idx_set()

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)

Arguments

ParameterTypeDescription
bitint32_tspecified bits.
valueboolvalue to set.

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)

Arguments

ParameterTypeDescription
sectionBitVector32::Sectionspecified section.
valueint32_tspecified value.

See Also