Skip to content

Properties_T_CodeJam_Ranges_Range_2

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

Range(T, TKey) Properties

The Range(T, TKey) generic type exposes the following members.

Properties

 

Name Description
Public property From Boundary From. Limits the values from the left.
Public property FromValue The value of Boundary From.
Public property IsEmpty The range is empty, ∅.
Public property IsInfinite The range is Infinite range (-∞..+∞).
Public property IsNotEmpty The range is NOT empty, ≠ ∅.
Public property IsSinglePoint The range is Zero length range (the values of the boundary From and the boundary To are the same).
Public property Key The value associated with the range.
Public property To Boundary To. Limits the values from the right.
Public property ToValue The value of Boundary To.
  Back to Top

See Also

Reference

Range(T, TKey) Structure
CodeJam.Ranges Namespace

Clone this wiki locally