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)
매개변수형식설명
sectionBitVector32::Section지정된 섹션.
valueint32_t지정된 값.

또 보기

BitVector32::idx_set(int32_t, bool) method

지정된 모든 비트가 설정되어 있는지 여부를 나타내는 값을 설정합니다.

void System::Collections::Specialized::BitVector32::idx_set(int32_t bit, bool value)
매개변수형식설명
bitint32_t지정된 비트들.
valuebool설정할 값.

또 보기