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