Table of Contents

Class Interval<T>

Namespace
Xui.Core.Math1D
Assembly
Xui.Core.dll

Provides interval types (Interval<T>.Closed and Interval<T>.ClosedOpen) over a comparable element type, each modeled as a set with membership, containment, and intersection operations.

public class Interval<T> where T : IComparable<T>, IEquatable<T>

Type Parameters

T
Inheritance
Interval<T>
Inherited Members