Skip to content

P_CodeJam_Ranges_RangeBoundaryTo_1_IsPositiveInfinity

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

RangeBoundaryTo(T).IsPositiveInfinity Property

The boundary == +∞.

Namespace: CodeJam.Ranges
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#

public bool IsPositiveInfinity { get; }

VB

Public ReadOnly Property IsPositiveInfinity As Boolean
	Get

F#

member IsPositiveInfinity : bool with get

Property Value

Type: Boolean
true if the boundary is positive infinity; otherwise, false.

See Also

Reference

RangeBoundaryTo(T) Structure
CodeJam.Ranges Namespace

Clone this wiki locally