Skip to content

Properties_T_CodeJam_Ranges_RangeBoundaryFrom_1

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

RangeBoundaryFrom(T) Properties

The RangeBoundaryFrom(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 IsNegativeInfinity The boundary == -∞.
Public property IsNotEmpty The boundary != ∅.
Public property Kind The kind of the boundary.
Public property Value The value of the boundary.
  Back to Top

See Also

Reference

RangeBoundaryFrom(T) Structure
CodeJam.Ranges Namespace

Clone this wiki locally