Class PackedInt32s.MutableImpl
Inheritance
System.Object
PackedInt32s.MutableImpl
Assembly: Lucene.Net.dll
Syntax
public abstract class MutableImpl : PackedInt32s.Mutable
Constructors
|
Improve this Doc
View Source
MutableImpl(Int32, Int32)
Declaration
protected MutableImpl(int valueCount, int bitsPerValue)
Parameters
Type |
Name |
Description |
System.Int32 |
valueCount |
|
System.Int32 |
bitsPerValue |
|
Fields
|
Improve this Doc
View Source
m_bitsPerValue
Declaration
protected readonly int m_bitsPerValue
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
m_valueCount
Declaration
protected readonly int m_valueCount
Field Value
Type |
Description |
System.Int32 |
|
Properties
|
Improve this Doc
View Source
BitsPerValue
Declaration
public override sealed int BitsPerValue { get; }
Property Value
Type |
Description |
System.Int32 |
|
Overrides
|
Improve this Doc
View Source
Count
Declaration
public override sealed int Count { get; }
Property Value
Type |
Description |
System.Int32 |
|
Overrides