Blazor | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1LengthList Class
Members

In This Topic
    C1LengthList Class
    In This Topic
    Virtual list of double numbers optimized for getting the accumulation up to a specified index;
    Syntax
    'Declaration
     
    
    Public Class C1LengthList 
       Inherits C1.DataCollection.C1LengthList(Of Double)
    public class C1LengthList : C1.DataCollection.C1LengthList<double> 
    Inheritance Hierarchy

    System.Object
       C1.DataCollection.C1LengthList<T>
          C1.DataCollection.C1LengthList

    See Also