-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_Ranges_RangeBoundaryTo_1_ToInclusive
Andrew Koryavchenko edited this page Jun 17, 2018
·
3 revisions
Creates a new boundary with inclusive boundary kind if the current boundary has a value. The original boundary is returned otherwise.
Namespace: CodeJam.Ranges
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public RangeBoundaryTo<T> ToInclusive()
VB
Public Function ToInclusive As RangeBoundaryTo(Of T)
F#
member ToInclusive : unit -> RangeBoundaryTo<'T>
Type: RangeBoundaryTo(T)
Range boundary with inclusive boundary kind or the original one if the boundary has no value.