Expand the long[] with the size given as a number of words (64 bit longs).
getNumWords() is unchanged by this call.
Namespace: Lucene.Net.UtilAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
| C# |
|---|
public virtual void EnsureCapacityWords( int numWords ) |
| Visual Basic |
|---|
Public Overridable Sub EnsureCapacityWords ( _ numWords As Integer _ ) |
| Visual C++ |
|---|
public: virtual void EnsureCapacityWords( int numWords ) |
Parameters
- numWords
- Type: System..::..Int32
[Missing <param name="numWords"/> documentation for "M:Lucene.Net.Util.OpenBitSet.EnsureCapacityWords(System.Int32)"]