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