Skip to content

M_CodeJam_Ranges_Range_BoundaryToExclusive__1

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

Range.BoundaryToExclusive(T) Method

Exclusive boundary To factory method.

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

Syntax

C#

public static RangeBoundaryTo<T> BoundaryToExclusive<T>(
	T toValue
)

VB

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

F#

static member BoundaryToExclusive : 
        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 exclusive boundary To, or positive infinity boundary if the toValue is null or equals to PositiveInfinity static field of the T. or empty boundary if the toValue equals to NaN static field of the T.

See Also

Reference

Range Class
CodeJam.Ranges Namespace

Clone this wiki locally