Skip to content

M_CodeJam_Ranges_RangeBoundaryTo_1_op_GreaterThan_3

Andrew Koryavchenko edited this page Jun 17, 2018 · 3 revisions

RangeBoundaryTo(T).GreaterThan Operator (T, RangeBoundaryTo(T))

Implements the operator >.

Namespace: CodeJam.Ranges
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0

Syntax

C#

public static bool operator >(
	T boundary1,
	RangeBoundaryTo<T> boundary2
)

VB

Public Shared Operator > ( 
	boundary1 As T,
	boundary2 As RangeBoundaryTo(Of T)
) As Boolean

F#

static let inline (>)
        boundary1 : 'T * 
        boundary2 : RangeBoundaryTo<'T>  : bool

Parameters

 

boundary1
Type: T
The value of the boundary1.
boundary2
Type: CodeJam.Ranges.RangeBoundaryTo(T)
The boundary2.

Return Value

Type: Boolean
True, if boundary1 > boundary2.

See Also

Reference

RangeBoundaryTo(T) Structure
GreaterThan Overload
CodeJam.Ranges Namespace

Clone this wiki locally