Class IndexArray4i
  
  
  
  
  
  
  Namespace: g3
  Assembly: cs.temp.dll.dll
  Syntax
  
    public class IndexArray4i : VectorArray4<int>, IEnumerable<int>, IEnumerable
   
  Constructors
  
  
  
  
  IndexArray4i(Int32)
  
  
  Declaration
  
    public IndexArray4i(int nCount)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Int32 | 
        nCount | 
         | 
      
    
  
  
  
  
  IndexArray4i(Int32[])
  
  
  Declaration
  
    public IndexArray4i(int[] data)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Int32[] | 
        data | 
         | 
      
    
  
  Properties
  
  
  
  
  Item[Int32]
  
  
  Declaration
  
    public Index4i this[int i] { get; set; }
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Int32 | 
        i | 
         | 
      
    
  
  Property Value
  
  Methods
  
  
  
  
  AsIndex4i()
  
  
  Declaration
  
    public IEnumerable<Index4i> AsIndex4i()
   
  Returns
  
  Implements