Class PackedInt32s.FormatAndBits
Simple class that holds a format and a number of bits per value.
Inheritance
System.Object
PackedInt32s.FormatAndBits
Assembly: Lucene.Net.dll
public class FormatAndBits : object
Constructors
|
Improve this Doc
View Source
Declaration
public FormatAndBits(PackedInt32s.Format format, int bitsPerValue)
Parameters
Properties
|
Improve this Doc
View Source
Declaration
public int BitsPerValue { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public PackedInt32s.Format Format { get; }
Property Value
Methods
|
Improve this Doc
View Source
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|