- 
                Notifications
    
You must be signed in to change notification settings  - Fork 35
 
M_CodeJam_Ranges_Range_BoundaryFromExclusive__1
        Andrew Koryavchenko edited this page Jun 17, 2018 
        ·
        3 revisions
      
    Exclusive boundary From factory method.
Namespace: CodeJam.Ranges
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static RangeBoundaryFrom<T> BoundaryFromExclusive<T>(
	T fromValue
)VB
Public Shared Function BoundaryFromExclusive(Of T) ( 
	fromValue As T
) As RangeBoundaryFrom(Of T)F#
static member BoundaryFromExclusive : 
        fromValue : 'T -> RangeBoundaryFrom<'T> 
- fromValue
 - Type: T
From value. 
- T
 - The type of the boundary value.
 
Type: RangeBoundaryFrom(T)
New exclusive boundary From, or negative infinity boundary if the fromValue is null or equals to NegativeInfinity static field of the T. or empty boundary if the fromValue equals to NaN static field of the T.