Class TopOrdAndSingleQueue.OrdAndValue
Holds a single entry.
Inheritance
System.Object
TopOrdAndSingleQueue.OrdAndValue
Namespace: Lucene.Net.Facet
Assembly: Lucene.Net.Facet.dll
Syntax
public sealed class OrdAndValue : object
Constructors
| Improve this Doc View SourceOrdAndValue()
Default constructor.
Declaration
public OrdAndValue()
Properties
| Improve this Doc View SourceOrd
Ordinal of the entry.
Declaration
public int Ord { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Value
Value associated with the ordinal.
Declaration
public float Value { get; set; }
Property Value
Type | Description |
---|---|
System.Single |