Class MutableValueDouble
  
  
  
  
    Inheritance
    System.Object
    
    MutableValueDouble
   
  
  
  
  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
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Copy(MutableValue)
  
  
  Declaration
  
    public override void Copy(MutableValue source)
   
  Parameters
  
  Overrides
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Duplicate()
  
  
  Declaration
  
    public override MutableValue Duplicate()
   
  Returns
  
  Overrides
  
  
    |
    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
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetHashCode()
  
  
  Declaration
  
    public override int GetHashCode()
   
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  Overrides
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ToObject()
  
  
  Declaration
  
    public override object ToObject()
   
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Object | 
         | 
      
    
  
  Overrides
  
  Implements
  
      IComparable