Returns true or false for the specified bit index.
Namespace: Lucene.Net.UtilAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
public virtual bool Get( int index ) |
Visual Basic |
---|
Public Overridable Function Get ( _ index As Integer _ ) As Boolean |
Visual C++ |
---|
public: virtual bool Get( int index ) |
Parameters
- index
- Type: System..::..Int32
[Missing <param name="index"/> documentation for "M:Lucene.Net.Util.OpenBitSet.Get(System.Int32)"]
Return Value
[Missing <returns> documentation for "M:Lucene.Net.Util.OpenBitSet.Get(System.Int32)"]