Returns the number of bits set in the long
Namespace: Lucene.Net.UtilAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
public static int Pop( long x ) |
Visual Basic |
---|
Public Shared Function Pop ( _ x As Long _ ) As Integer |
Visual C++ |
---|
public: static int Pop( long long x ) |
Parameters
- x
- Type: System..::..Int64
[Missing <param name="x"/> documentation for "M:Lucene.Net.Util.BitUtil.Pop(System.Int64)"]
Return Value
[Missing <returns> documentation for "M:Lucene.Net.Util.BitUtil.Pop(System.Int64)"]