Class DVectorArray3d
  
  
  
  
    Inheritance
    
    
    DVectorArray3d
   
  
  
  Namespace: g3
  Assembly: cs.temp.dll.dll
  Syntax
  
    public class DVectorArray3d : DVectorArray3<double>, IEnumerable<double>, IEnumerable
   
  Constructors
  
  
  
  
  DVectorArray3d(Double[])
  
  
  Declaration
  
    public DVectorArray3d(double[] data)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Double[] | 
        data | 
         | 
      
    
  
  
  
  
  DVectorArray3d(Int32)
  
  
  Declaration
  
    public DVectorArray3d(int nCount = 0)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Int32 | 
        nCount | 
         | 
      
    
  
  Properties
  
  
  
  
  Item[Int32]
  
  
  Declaration
  
    public Vector3d this[int i] { get; set; }
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Int32 | 
        i | 
         | 
      
    
  
  Property Value
  
  Methods
  
  
  
  
  AsVector3d()
  
  
  Declaration
  
    public IEnumerable<Vector3d> AsVector3d()
   
  Returns
  
  Implements