Returns the total number of one bits in this vector. This is efficiently computed and cached, so that, if the vector is not changed, no recomputation is done for repeated calls.

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

Syntax

C#
public int Count()
Visual Basic
Public Function Count As Integer
Visual C++
public:
int Count()

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Util.BitVector.Count"]

See Also