There was an error while loading. Please reload this page.
Infrastructure helper method to create a boundary that handles default and infinite values. The boundaryKind should be either Inclusive or Exclusive
Namespace: CodeJam.RangesAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)] public static RangeBoundaryFrom<T> AdjustAndCreate( T value, RangeBoundaryFromKind boundaryKind )
VB
<EditorBrowsableAttribute(EditorBrowsableState.Never)> Public Shared Function AdjustAndCreate ( value As T, boundaryKind As RangeBoundaryFromKind ) As RangeBoundaryFrom(Of T)
F#
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>] static member AdjustAndCreate : value : 'T * boundaryKind : RangeBoundaryFromKind -> RangeBoundaryFrom<'T>
Type: RangeBoundaryFrom(T)A new range boundary.
RangeBoundaryFrom(T) StructureCodeJam.Ranges Namespace