idx_get()

BitArray::idx_get(int) const method

Getter function.

bool System::Collections::BitArray::idx_get(int index) const

Arguments

ParameterTypeDescription
indexintIndex of bit to extract.

Return Value

Value of referenced bit.

See Also