Method Int64Count
Int64Count(Int32, Int32, Int32)
Computes how many valueCount
values of size bitsPerValue
.
NOTE: This was longCount() in Lucene.
Declaration
public virtual int Int64Count(int packedIntsVersion, int valueCount, int bitsPerValue)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | packedIntsVersion | |
System.Int32 | valueCount | |
System.Int32 | bitsPerValue |
Returns
Type | Description |
---|---|
System.Int32 |