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