There was an error while loading. Please reload this page.
Positive infinity boundary (+∞) factory method.
Namespace: CodeJam.RangesAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
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: RangeBoundaryTo(T)The positive infinity boundary (-∞).
Range ClassCodeJam.Ranges Namespace