Skip to content

Properties_T_CodeJam_Ranges_RangeBoundaryFrom_1

andrewvk edited this page Jul 1, 2016 · 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.
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 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