Skip to content

M_CodeJam_Ranges_Range_BoundaryFromInfinity__1

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

Range.BoundaryFromInfinity(T) Method

Negative 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 RangeBoundaryFrom<T> BoundaryFromInfinity<T>()

VB

Public Shared Function BoundaryFromInfinity(Of T) As RangeBoundaryFrom(Of T)

F#

static member BoundaryFromInfinity : unit -> RangeBoundaryFrom<'T> 

Type Parameters

 

T
The type of the boundary value.

Return Value

Type: RangeBoundaryFrom(T)
The negative infinity boundary (-∞).

See Also

Reference

Range Class
CodeJam.Ranges Namespace

Clone this wiki locally