- 
                Notifications
    You must be signed in to change notification settings 
- Fork 35
Overload_CodeJam_Ranges_RangeBoundaryTo_1_CompareTo
        Andrew Koryavchenko edited this page Jul 4, 2017 
        ·
        2 revisions
      
    
| 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' < '-∞'. |