Skip to content

M_CodeJam_Ranges_Range_BoundaryFrom__1

andrewvk edited this page Jul 1, 2016 · 3 revisions

Range.BoundaryFrom(T) Method

Inclusive boundary From 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> BoundaryFrom<T>(
	T fromValue
)

VB

Public Shared Function BoundaryFrom(Of T) ( 
	fromValue As T
) As RangeBoundaryFrom(Of T)

F#

static member BoundaryFrom : 
        fromValue : 'T -> RangeBoundaryFrom<'T> 

Parameters

 

fromValue
Type: T
From value.

Type Parameters

 

T
The type of the boundary value.

Return Value

Type: RangeBoundaryFrom(T)
New inclusive boundary From, or the negative infinity boundary if the fromValue is null.

See Also

Reference

Range Class
CodeJam.Ranges Namespace

Clone this wiki locally