System::Collections::Specialized::BitVector32::idx_set 方法

BitVector32::idx_set(BitVector32::Section, int32_t) method

为指定的节设置值。

void System::Collections::Specialized::BitVector32::idx_set(BitVector32::Section section, int32_t value)
ParameterType描述
部分BitVector32::Section指定的部分。
valueint32_t指定的值。

另见

BitVector32::idx_set(int32_t, bool) method

设置一个值,指示所有指定的位是否已设置。

void System::Collections::Specialized::BitVector32::idx_set(int32_t bit, bool value)
ParameterType描述
int32_t指定的位。
valuebool要设置的值。

另见