Index Class
Contains methods for creating and manipulating indexes.
Definition
Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.1.0
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.1.0
public static class Index- Inheritance
- Object → Index
Methods
| Create<T>(IEnumerable<T>) | Creates a new index. |
| Create<T>(ReadOnlySpan<T>) | Creates a new index. |
| Create<T1, T2>(IList<T1>, IList<T2>) | Creates a new hierarchical index with two levels. |
| Create<T1, T2, T3>(IList<T1>, IList<T2>, IList<T3>) | Constructs a new 3 level index from the specified level values. |
| Create | Creates a new IntervalIndex<T> using the specified boundaries. |
| Create | Constructs a new IntervalIndex<T> with equally spaced intervals over the specified range. |
| Create | Creates an index that contains the specified date range. |
| Create | Creates an index that contains the specified date range. |
| Create | Creates an index that contains the specified date range. |
| Create | Creates an index that contains the specified date range. |
| Create | Creates an index that contains the specified date range. |
| Create | Creates a new hierarchical index with two levels and groups the entries by the first level. |
| Create | Creates a new hierarchical index with two levels and groups the entries by the first level. |
| Default( | Creates a 'default' index of the specified length. |
| Default( | Creates a 'default' index of the specified length. |
| Intersect<T> | Returns the intersection of two indexes. |
| IsDefault | Gets whether the specified index is a default index of numbers starting at 0. |
| Join<T> | Returns the index that results from applying the specified join operation to two indexes. |
| Union<T> | Returns the union of two indexes. |