returns 1 if the bit is set, 0 if not.
The index should be less than the OpenBitSet size
Namespace: Lucene.Net.UtilAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
| C# |
|---|
public virtual int GetBit( int index ) |
| Visual Basic |
|---|
Public Overridable Function GetBit ( _ index As Integer _ ) As Integer |
| Visual C++ |
|---|
public: virtual int GetBit( int index ) |
Parameters
- index
- Type: System..::..Int32
[Missing <param name="index"/> documentation for "M:Lucene.Net.Util.OpenBitSet.GetBit(System.Int32)"]
Return Value
[Missing <returns> documentation for "M:Lucene.Net.Util.OpenBitSet.GetBit(System.Int32)"]