Show / Hide Table of Contents

    Class Field.Single

    Inheritance
    System.Object
    Field.Number
    Field.Single
    Inherited Members
    Field.Number.GetByteValue()
    Field.Number.GetInt16Value()
    Namespace: Lucene.Net.Documents
    Assembly: Lucene.Net.dll
    Syntax
    protected sealed class Single : Field.Number

    Constructors

    | Improve this Doc View Source

    Single(Single)

    Declaration
    public Single(float value)
    Parameters
    Type Name Description
    System.Single value

    Methods

    | Improve this Doc View Source

    GetDoubleValue()

    Declaration
    public override double GetDoubleValue()
    Returns
    Type Description
    System.Double
    Overrides
    Field.Number.GetDoubleValue()
    | Improve this Doc View Source

    GetInt32Value()

    Declaration
    public override int GetInt32Value()
    Returns
    Type Description
    System.Int32
    Overrides
    Field.Number.GetInt32Value()
    | Improve this Doc View Source

    GetInt64Value()

    Declaration
    public override long GetInt64Value()
    Returns
    Type Description
    System.Int64
    Overrides
    Field.Number.GetInt64Value()
    | Improve this Doc View Source

    GetSingleValue()

    Declaration
    public override float GetSingleValue()
    Returns
    Type Description
    System.Single
    Overrides
    Field.Number.GetSingleValue()
    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    Field.Number.ToString()
    | Improve this Doc View Source

    ToString(IFormatProvider)

    Declaration
    public override string ToString(IFormatProvider provider)
    Parameters
    Type Name Description
    IFormatProvider provider
    Returns
    Type Description
    System.String
    Overrides
    Field.Number.ToString(IFormatProvider)
    | Improve this Doc View Source

    ToString(String)

    Declaration
    public override string ToString(string format)
    Parameters
    Type Name Description
    System.String format
    Returns
    Type Description
    System.String
    Overrides
    Field.Number.ToString(String)
    | Improve this Doc View Source

    ToString(String, IFormatProvider)

    Declaration
    public override string ToString(string format, IFormatProvider provider)
    Parameters
    Type Name Description
    System.String format
    IFormatProvider provider
    Returns
    Type Description
    System.String
    Overrides
    Field.Number.ToString(String, IFormatProvider)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)