[]
        
(Showing Draft Content)

C1.DataCollection.C1LengthList

C1LengthList Class

Virtual list of double numbers optimized for getting the accumulation up to a specified index;

Inheritance
C1LengthList
Namespace: C1.DataCollection
Assembly: C1.DataCollection.dll
Syntax
public class C1LengthList : C1LengthList<double>, IReadOnlyList<double>, IReadOnlyCollection<double>, IList<double>, ICollection<double>, IEnumerable<double>, IEnumerable, IDisposable
Public Class C1LengthList
    Inherits C1LengthList(Of Double)
    Implements IReadOnlyList(Of Double), IReadOnlyCollection(Of Double), IList(Of Double), ICollection(Of Double), IEnumerable(Of Double), IEnumerable, IDisposable

Constructors

Name Description
C1LengthList(int, double, int)

Initializes a new instance of the C1LengthList<T> class.

Extension Methods