Show / Hide Table of Contents

    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 Source

    OrdAndValue()

    Default constructor.

    Declaration
    public OrdAndValue()

    Properties

    | Improve this Doc View Source

    Ord

    Ordinal of the entry.

    Declaration
    public int Ord { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Value

    Value associated with the ordinal.

    Declaration
    public float Value { get; set; }
    Property Value
    Type Description
    System.Single
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)