-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_Ranges_Range_BoundaryFromInfinity__1
Andrew Koryavchenko edited this page Jun 17, 2018
·
3 revisions
Negative infinity boundary (-∞) factory method.
Namespace: CodeJam.Ranges
Assembly: CodeJam (in CodeJam.dll) Version: 2.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 (-∞).