Skip to content

M_CodeJam_Ranges_Range_BoundaryTo__1

andrewvk edited this page Jul 1, 2016 · 3 revisions

Range.BoundaryTo(T) Method

Inclusive boundary To 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> BoundaryTo<T>(
	T toValue
)

VB

Public Shared Function BoundaryTo(Of T) ( 
	toValue As T
) As RangeBoundaryTo(Of T)

F#

static member BoundaryTo : 
        toValue : 'T -> RangeBoundaryTo<'T> 

Parameters

 

toValue
Type: T
To value.

Type Parameters

 

T
The type of the boundary value.

Return Value

Type: RangeBoundaryTo(T)
New inclusive boundary To, or the positive infinity boundary if the toValue is null.

See Also

Reference

Range Class
CodeJam.Ranges Namespace

Clone this wiki locally