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 RangeBoundaryTo<T> AdjustAndCreate( T value, RangeBoundaryToKind boundaryKind )
VB
<EditorBrowsableAttribute(EditorBrowsableState.Never)> Public Shared Function AdjustAndCreate ( value As T, boundaryKind As RangeBoundaryToKind ) As RangeBoundaryTo(Of T)
F#
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>] static member AdjustAndCreate : value : 'T * boundaryKind : RangeBoundaryToKind -> RangeBoundaryTo<'T>
Type: RangeBoundaryTo(T)A new range boundary.
RangeBoundaryTo(T) StructureCodeJam.Ranges Namespace