Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class Field.Int64

    Inheritance
    System.Object
    Field.Number
    Field.Int64
    Implements
    System.IFormattable
    Inherited Members
    Field.Number.GetByteValue()
    Field.Number.GetInt16Value()
    Field.Number.ToString()
    Field.Number.ToString(String)
    Field.Number.ToString(IFormatProvider)
    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)
    Namespace: Lucene.Net.Documents
    Assembly: Lucene.Net.dll
    Syntax
    [Serializable]
    protected sealed class Int64 : Field.Number, IFormattable

    Constructors

    | Improve this Doc View Source

    Int64(Int64)

    Declaration
    public Int64(long value)
    Parameters
    Type Name Description
    System.Int64 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(String, IFormatProvider)

    Declaration
    public override string ToString(string format, IFormatProvider provider)
    Parameters
    Type Name Description
    System.String format
    System.IFormatProvider provider
    Returns
    Type Description
    System.String
    Overrides
    Field.Number.ToString(String, IFormatProvider)

    Implements

    System.IFormattable
    • Improve this Doc
    • View Source
    Back to top Copyright © 2021 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.