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 the less one of the two boundaries.
Namespace: CodeJam.RangesAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static RangeBoundaryTo<T> Min<T>( RangeBoundaryTo<T> boundary1, RangeBoundaryTo<T> boundary2 )
VB
Public Shared Function Min(Of T) ( boundary1 As RangeBoundaryTo(Of T), boundary2 As RangeBoundaryTo(Of T) ) As RangeBoundaryTo(Of T)
F#
static member Min : boundary1 : RangeBoundaryTo<'T> * boundary2 : RangeBoundaryTo<'T> -> RangeBoundaryTo<'T>
Type: RangeBoundaryTo(T)The less one of the two boundaries.
Range ClassMin OverloadCodeJam.Ranges Namespace