Skip to content

P_CodeJam_Ranges_RangeBoundaryFrom_1_IsNegativeInfinity

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

RangeBoundaryFrom(T).IsNegativeInfinity Property

The boundary == -∞.

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

Syntax

C#

public bool IsNegativeInfinity { get; }

VB

Public ReadOnly Property IsNegativeInfinity As Boolean
	Get

F#

member IsNegativeInfinity : bool with get

Property Value

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

See Also

Reference

RangeBoundaryFrom(T) Structure
CodeJam.Ranges Namespace

Clone this wiki locally