-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_Ranges_RangeBoundaryFrom_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 RangeBoundaryFrom<T> ToInclusive()
VB
Public Function ToInclusive As RangeBoundaryFrom(Of T)
F#
member ToInclusive : unit -> RangeBoundaryFrom<'T>
Type: RangeBoundaryFrom(T)
Range boundary with inclusive boundary kind or the original one if the boundary has no value.