RangeBoundaryTo(T).CompareTo Method
|
Name |
Description |
 |
CompareTo(T) |
Compares the current boundary with the value of another To boundary. Following order is used: '∅' < '+∞' < 'a)' < '[a' == 'a]' < '(a' < '-∞'. |
 |
CompareTo(RangeBoundaryFrom(T)) |
Compares the current boundary with another one. Following order is used: '∅' < '+∞' < 'a)' < '[a' == 'a]' < '(a' < '-∞'. |
 |
CompareTo(RangeBoundaryTo(T)) |
Compares the current boundary with another one. Following order is used: '∅' < '+∞' < 'a)' < '[a' == 'a]' < '(a' < '-∞'. |
Back to Top
RangeBoundaryTo(T) Structure
CodeJam.Ranges Namespace