Returns
CopyC#
true
if
CopyC#
bit
is one and
CopyC#
false
if it is zero.

Namespace: Lucene.Net.Util
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public bool Get(
	int bit
)
Visual Basic
Public Function Get ( _
	bit As Integer _
) As Boolean
Visual C++
public:
bool Get(
	int bit
)

Parameters

bit
Type: System..::..Int32

[Missing <param name="bit"/> documentation for "M:Lucene.Net.Util.BitVector.Get(System.Int32)"]

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Util.BitVector.Get(System.Int32)"]

See Also