The collection of time periods that have the lowest overlap count.
Namespace: Zeptomoby.OrbitTools.TrackAssembly: Zeptomoby.OrbitTools.Track (in Zeptomoby.OrbitTools.Track.dll) Version: 1.5.0.0 (1.5.0.0)
Syntax
C# |
---|
public IEnumerable<PeriodInfo<T>> OverlapMin { get; } |
Visual Basic |
---|
Public ReadOnly Property OverlapMin As IEnumerable(Of PeriodInfo(Of T)) Get |
Visual C++ |
---|
public: property IEnumerable<PeriodInfo<T>^>^ OverlapMin { IEnumerable<PeriodInfo<T>^>^ get (); } |