returns the number of 64 bit words it would take to hold numBits
Namespace: Lucene.Net.UtilAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
public static int Bits2words( long numBits ) |
Visual Basic |
---|
Public Shared Function Bits2words ( _ numBits As Long _ ) As Integer |
Visual C++ |
---|
public: static int Bits2words( long long numBits ) |
Parameters
- numBits
- Type: System..::..Int64
[Missing <param name="numBits"/> documentation for "M:Lucene.Net.Util.OpenBitSet.Bits2words(System.Int64)"]
Return Value
[Missing <returns> documentation for "M:Lucene.Net.Util.OpenBitSet.Bits2words(System.Int64)"]