Skip to content

Properties_T_CodeJam_Ranges_RangeBoundaryTo_1

Andrew Koryavchenko edited this page Jun 17, 2018 · 3 revisions

RangeBoundaryTo(T) Properties

The RangeBoundaryTo(T) generic type exposes the following members.

Properties

 

Name Description
Public property HasValue The boundary has a value (is not an infinite boundary).
Public property IsEmpty The boundary == ∅.
Public property IsExclusiveBoundary The boundary has value (is not an infinite boundary) but does not include the value.
Public property IsInclusiveBoundary The boundary has value (is not an infinite boundary) and does include the value.
Public property IsNotEmpty The boundary != ∅.
Public property IsPositiveInfinity The boundary == +∞.
Public property Kind The kind of the boundary.
Public property Value The value of the boundary.
  Back to Top

See Also

Reference

RangeBoundaryTo(T) Structure
CodeJam.Ranges Namespace

Clone this wiki locally