-
Notifications
You must be signed in to change notification settings - Fork 34
M_CodeJam_Ranges_Range_MaxTo__1
andrewvk edited this page Jul 1, 2016
·
3 revisions
Returns the greater one of the two To boundaries.
Namespace: CodeJam.Ranges
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public static RangeBoundaryTo<T> MaxTo<T>(
T value1,
T value2
)VB
Public Shared Function MaxTo(Of T) (
value1 As T,
value2 As T
) As RangeBoundaryTo(Of T)F#
static member MaxTo :
value1 : 'T *
value2 : 'T -> RangeBoundaryTo<'T>
- value1
- Type: T
The value of the boundary1. - value2
- Type: T
The value of the boundary2.
- T
- The type of the boundary value.
Type: RangeBoundaryTo(T)
The greater one of the two To boundaries.