[]
Virtual list of double numbers optimized for getting the accumulation up to a specified index;
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
| Name | Description |
|---|---|
| C1LengthList(int, double, int) | Initializes a new instance of the C1LengthList<T> class. |