Skip to content

Properties_T_CodeJam_Ranges_RangeBoundaryTo_1

andrewvk edited this page Jul 1, 2016 · 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.
Public property IsEmpty The boundary == ∅.
Public property IsExclusiveBoundary The boundary does not include the value.
Public property IsInclusiveBoundary The boundary includes 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