Interval Class

Public Class Interval 
Implements IComparable
This language is not supported or no code example is available.
public class Interval : IComparable
This language is not supported or no code example is available.
public ref class Interval  : public IComparable^
This language is not supported or no code example is available.
public class Interval 
implements IComparable
This language is not supported or no code example is available.
Methods
 
Name Description
Public method CompareTo(object) Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
Public method Merge(Interval)
Public method Overlap(Interval)
Top
Name Description
Operator Static GreaterThan
Operator Static LessThan
Top
Fields
 
Name Description
Public field x1
Public field x2
Top
IGS.Genamo.SpanGrid.Interval

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition