Class DoubleList
  
  
  
  
  
  
  Syntax
  
    [Serializable]
public class DoubleList
   
  Constructors
  
  DoubleList()
  
  
  Declaration
  
  
  DoubleList(double[])
  
  
  Declaration
  
    public DoubleList(double[] tab)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | double[] | tab |  | 
    
  
  
  DoubleList(int)
  
  
  Declaration
  
    public DoubleList(int size)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | size |  | 
    
  
  Fields
  list
  
  
  Declaration
  
  Field Value
  
  Properties
  
  this[int]
  
  
  Declaration
  
    public double this[int index] { get; set; }
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | index |  | 
    
  
  Property Value
  
  
  length
  
  
  Declaration
  
    public int length { get; }
   
  Property Value
  
  Operators
  
  implicit operator double[](DoubleList)
  
  
  Declaration
  
    public static implicit operator double[](DoubleList o)
   
  Parameters
  
  Returns