Returns the current capacity in bits (1 greater than the index of the last bit)

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

Syntax

C#
public virtual long Capacity()
Visual Basic
Public Overridable Function Capacity As Long
Visual C++
public:
virtual long long Capacity()

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Util.OpenBitSet.Capacity"]

See Also