Metodo System::Collections::Specialized::BitVector32::idx_set

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

Imposta il valore per la sezione specificata.

void System::Collections::Specialized::BitVector32::idx_set(BitVector32::Section section, int32_t value)
ParametroTipoDescrizione
sezioneBitVector32::Sectionsezione specificata.
valueint32_tvalore specificato.

Vedi anche

BitVector32::idx_set(int32_t, bool) method

Imposta un valore che indica se tutti i bit specificati sono impostati.

void System::Collections::Specialized::BitVector32::idx_set(int32_t bit, bool value)
ParametroTipoDescrizione
bitint32_tbit specificati.
valueboolvalore da impostare.

Vedi anche