Skip to content

Overload_CodeJam_Ranges_RangeBoundaryFrom_1_CompareTo

Andrew Koryavchenko edited this page Jul 4, 2017 · 2 revisions

RangeBoundaryFrom(T).CompareTo Method

Overload List

 

Name Description
Public method CompareTo(T) Compares the current boundary with the value of another From boundary. Following order is used: '∅' < '-∞' < 'a)' < '[a' == 'a]' < '(a' < '+∞'.
Public method CompareTo(RangeBoundaryFrom(T)) Compares the current boundary with another one. Following order is used: '∅' < '-∞' < 'a)' < '[a' == 'a]' < '(a' < '+∞'.
Public method CompareTo(RangeBoundaryTo(T)) Compares the current boundary with another one. Following order is used: '∅' < '-∞' < 'a)' < '[a' == 'a]' < '(a' < '+∞'.
  Back to Top

See Also

Reference

RangeBoundaryFrom(T) Structure
CodeJam.Ranges Namespace

Clone this wiki locally