Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class MutableValueSingle

    MutableValue implementation of type float.

    NOTE: This was MutableValueFloat in Lucene
    Inheritance
    object
    MutableValue
    MutableValueSingle
    Implements
    IComparable<MutableValue>
    IComparable
    Inherited Members
    MutableValue.Exists
    MutableValue.CompareTo(MutableValue)
    MutableValue.CompareTo(object)
    MutableValue.Equals(object)
    MutableValue.ToString()
    object.Equals(object, object)
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Lucene.Net.Util.Mutable
    Assembly: Lucene.Net.dll
    Syntax
    public class MutableValueSingle : MutableValue, IComparable<MutableValue>, IComparable

    Properties

    Value

    MutableValue implementation of type float.

    NOTE: This was MutableValueFloat in Lucene
    Declaration
    public float Value { get; set; }
    Property Value
    Type Description
    float

    Methods

    CompareSameType(object)

    MutableValue implementation of type float.

    NOTE: This was MutableValueFloat in Lucene
    Declaration
    public override int CompareSameType(object other)
    Parameters
    Type Name Description
    object other
    Returns
    Type Description
    int
    Overrides
    MutableValue.CompareSameType(object)

    Copy(MutableValue)

    MutableValue implementation of type float.

    NOTE: This was MutableValueFloat in Lucene
    Declaration
    public override void Copy(MutableValue source)
    Parameters
    Type Name Description
    MutableValue source
    Overrides
    MutableValue.Copy(MutableValue)

    Duplicate()

    MutableValue implementation of type float.

    NOTE: This was MutableValueFloat in Lucene
    Declaration
    public override MutableValue Duplicate()
    Returns
    Type Description
    MutableValue
    Overrides
    MutableValue.Duplicate()

    EqualsSameType(object)

    MutableValue implementation of type float.

    NOTE: This was MutableValueFloat in Lucene
    Declaration
    public override bool EqualsSameType(object other)
    Parameters
    Type Name Description
    object other
    Returns
    Type Description
    bool
    Overrides
    MutableValue.EqualsSameType(object)

    GetHashCode()

    Serves as the default hash function.

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int

    A hash code for the current object.

    Overrides
    MutableValue.GetHashCode()

    ToObject()

    MutableValue implementation of type float.

    NOTE: This was MutableValueFloat in Lucene
    Declaration
    public override object ToObject()
    Returns
    Type Description
    object
    Overrides
    MutableValue.ToObject()

    Implements

    IComparable<T>
    IComparable
    Back to top Copyright © 2024 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.