I\'m looking an interval data type for .NET 4.0. For example the interval (a,b], all point x such that a What i would like to be able to do are create interv
I've found a implementation for DateTimeOffSet only (No numerical) that works fine and have all those methods below. Since this question is top hanked in Google, I'm contributing here:
Covers(t: DateTime) : bool Join(s: IDisjointIntevalSet) : IDisjointIntevalSet Join(i: IInterval) : IDisjointIntevalSet Intersect(i : IInterval) : IDisjointIntevalSet Consolidate() : IDisjointIntevalSet
Avaliable at GitHub and nuget