-
Notifications
You must be signed in to change notification settings - Fork 34
M_CodeJam_Ranges_Range_BoundaryFrom__1
andrewvk edited this page Jul 1, 2016
·
3 revisions
Inclusive boundary From factory method.
Namespace: CodeJam.Ranges
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public static RangeBoundaryFrom<T> BoundaryFrom<T>(
T fromValue
)VB
Public Shared Function BoundaryFrom(Of T) (
fromValue As T
) As RangeBoundaryFrom(Of T)F#
static member BoundaryFrom :
fromValue : 'T -> RangeBoundaryFrom<'T>
- fromValue
- Type: T
From value.
- T
- The type of the boundary value.
Type: RangeBoundaryFrom(T)
New inclusive boundary From, or the negative infinity boundary if the fromValue is null.