Class DInterval<T>
An interval object to represent multi-dimensional intervals.
Inherited Members
Namespace: Advanced.Algorithms.DataStructures
Assembly: Advanced.Algorithms.dll
Syntax
public class DInterval<T>
where T : IComparable
Type Parameters
| Name | Description |
|---|---|
| T |
Properties
End
Declaration
public T[] End { get; }
Property Value
| Type | Description |
|---|---|
| T[] |
Start
Declaration
public T[] Start { get; }
Property Value
| Type | Description |
|---|---|
| T[] |