Returns the index of the first set bit starting at the index specified. -1 is returned if there are no more set bits.

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

Syntax

C#
public virtual int NextSetBit(
	int index
)
Visual Basic
Public Overridable Function NextSetBit ( _
	index As Integer _
) As Integer
Visual C++
public:
virtual int NextSetBit(
	int index
)

Parameters

index
Type: System..::..Int32

[Missing <param name="index"/> documentation for "M:Lucene.Net.Util.OpenBitSet.NextSetBit(System.Int32)"]

Return Value

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

See Also