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 long NextSetBit(
	long index
)
Visual Basic
Public Overridable Function NextSetBit ( _
	index As Long _
) As Long
Visual C++
public:
virtual long long NextSetBit(
	long long index
)

Parameters

index
Type: System..::..Int64

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

Return Value

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

See Also