Table of Contents

Namespace Xui.Core.Math1D

Classes

Interval<T>

Structs

Interval<T>.Closed

Represents a closed interval [Start, End] over a comparable type, modeled as a set with membership and containment operations.

Interval<T>.ClosedOpen

Represents a half-open interval [Start, End) over a comparable type, modeled as a set with membership and containment operations.