There was an error while loading. Please reload this page.
Returns the greater one of the two From boundaries.
Namespace: CodeJam.RangesAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static RangeBoundaryFrom<T> MaxFrom<T>( T value1, T value2 )
VB
Public Shared Function MaxFrom(Of T) ( value1 As T, value2 As T ) As RangeBoundaryFrom(Of T)
F#
static member MaxFrom : value1 : 'T * value2 : 'T -> RangeBoundaryFrom<'T>
Type: RangeBoundaryFrom(T)The greater one of the two From boundaries.
Range ClassCodeJam.Ranges Namespace