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.
Returns true if the boundaries can be used for valid range creation.
Namespace: CodeJam.RangesAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static bool IsValid<T>( RangeBoundaryFrom<T> from, RangeBoundaryTo<T> to )
VB
Public Shared Function IsValid(Of T) ( from As RangeBoundaryFrom(Of T), to As RangeBoundaryTo(Of T) ) As Boolean
F#
static member IsValid : from : RangeBoundaryFrom<'T> * to : RangeBoundaryTo<'T> -> bool
Type: Booleantrue, if the boundaries can be used for valid range creation.
true
Range ClassIsValid OverloadCodeJam.Ranges Namespace