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