Show / Hide Table of Contents

    Class Interval<T>

    An interval to represent multi-dimensional intervals.

    Inheritance
    Object
    Interval<T>
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Advanced.Algorithms.DataStructures
    Assembly: Advanced.Algorithms.dll
    Syntax
    public class Interval<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[]
    Back to top Generated by DocFX