Skip to content

M_CodeJam_Ranges_Range_BoundaryToInfinity__1

andrewvk edited this page Jul 1, 2016 · 3 revisions

Range.BoundaryToInfinity(T) Method

Positive infinity boundary (+∞) factory method.

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

Syntax

C#

public static RangeBoundaryTo<T> BoundaryToInfinity<T>()

VB

Public Shared Function BoundaryToInfinity(Of T) As RangeBoundaryTo(Of T)

F#

static member BoundaryToInfinity : unit -> RangeBoundaryTo<'T> 

Type Parameters

 

T
The type of the boundary value.

Return Value

Type: RangeBoundaryTo(T)
The positive infinity boundary (-∞).

See Also

Reference

Range Class
CodeJam.Ranges Namespace

Clone this wiki locally