-
Notifications
You must be signed in to change notification settings - Fork 36
M_CodeJam_Ranges_Range_BoundaryFromInfinity__1
Andrew Koryavchenko edited this page Jul 4, 2017
·
3 revisions
Negative infinity boundary (-∞) factory method.
Namespace: CodeJam.Ranges
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.1.0.0)
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>
- T
- The type of the boundary value.
Type: RangeBoundaryFrom(T)
The negative infinity boundary (-∞).