Expert: sets the number of longs in the array that are in use

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

Syntax

C#
public virtual void SetNumWords(
	int nWords
)
Visual Basic
Public Overridable Sub SetNumWords ( _
	nWords As Integer _
)
Visual C++
public:
virtual void SetNumWords(
	int nWords
)

Parameters

nWords
Type: System..::..Int32

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

See Also