Lucene.Net 1.4.3 Class Library

BitVector.Get Method 

Returns

true
if
bit
is one and
false
if it is zero.

public bool Get(
   int bit
);

See Also

BitVector Class | Lucene.Net.Util Namespace