System::Collections::Specialized::BitVector32::idx_get method

BitVector32::idx_get(BitVector32::Section) method

Ottiene il valore per la sezione specificata.

int32_t System::Collections::Specialized::BitVector32::idx_get(BitVector32::Section section)
ParametroTipoDescrizione
sezioneBitVector32::Sectionsezione specificata.

Vedi anche

BitVector32::idx_get(int32_t) method

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

bool System::Collections::Specialized::BitVector32::idx_get(int32_t bit)
ParametroTipoDescrizione
bitint32_tbit specificati.

Vedi anche