We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Infrastructure helper method to check if the value can be used as the value of the boundary.
Namespace: CodeJam.RangesAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)] public static bool IsValid( T value )
VB
<EditorBrowsableAttribute(EditorBrowsableState.Never)> Public Shared Function IsValid ( value As T ) As Boolean
F#
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>] static member IsValid : value : 'T -> bool
Type: Booleantrue if it is safe to pass the value as a boundary constructor parameter.
true
RangeBoundaryTo(T) StructureCodeJam.Ranges Namespace