Class TopOrdAndSingleQueue.OrdAndValue
Holds a single entry.
Inheritance
System.Object
TopOrdAndSingleQueue.OrdAndValue
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Lucene.Net.Facet
Assembly: Lucene.Net.Facet.dll
Syntax
public sealed class OrdAndValue
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 |