Show / Hide Table of Contents

    Class MutableValueDouble

    MutableValue implementation of type .

    Inheritance
    System.Object
    MutableValue
    MutableValueDouble
    Implements
    IComparable
    Inherited Members
    MutableValue.Exists
    MutableValue.CompareTo(MutableValue)
    MutableValue.CompareTo(Object)
    MutableValue.Equals(Object)
    MutableValue.ToString()
    Namespace: Lucene.Net.Util.Mutable
    Assembly: Lucene.Net.dll
    Syntax
    public class MutableValueDouble : MutableValue, IComparable

    Properties

    | Improve this Doc View Source

    Value

    Declaration
    public double Value { get; set; }
    Property Value
    Type Description
    System.Double

    Methods

    | Improve this Doc View Source

    CompareSameType(Object)

    Declaration
    public override int CompareSameType(object other)
    Parameters
    Type Name Description
    System.Object other
    Returns
    Type Description
    System.Int32
    Overrides
    MutableValue.CompareSameType(Object)
    | Improve this Doc View Source

    Copy(MutableValue)

    Declaration
    public override void Copy(MutableValue source)
    Parameters
    Type Name Description
    MutableValue source
    Overrides
    MutableValue.Copy(MutableValue)
    | Improve this Doc View Source

    Duplicate()

    Declaration
    public override MutableValue Duplicate()
    Returns
    Type Description
    MutableValue
    Overrides
    MutableValue.Duplicate()
    | Improve this Doc View Source

    EqualsSameType(Object)

    Declaration
    public override bool EqualsSameType(object other)
    Parameters
    Type Name Description
    System.Object other
    Returns
    Type Description
    System.Boolean
    Overrides
    MutableValue.EqualsSameType(Object)
    | Improve this Doc View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    Overrides
    MutableValue.GetHashCode()
    | Improve this Doc View Source

    ToObject()

    Declaration
    public override object ToObject()
    Returns
    Type Description
    System.Object
    Overrides
    MutableValue.ToObject()

    Implements

    IComparable
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)