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