Skip to content

M_CodeJam_Ranges_Range_1_StartsAfter_2

Andrew Koryavchenko edited this page Jun 17, 2018 · 1 revision

Range(T).StartsAfter Method (RangeBoundaryTo(T))

Determines whether the range starts after the boundary specified.

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

Syntax

C#

public bool StartsAfter(
	RangeBoundaryTo<T> other
)

VB

Public Function StartsAfter ( 
	other As RangeBoundaryTo(Of T)
) As Boolean

F#

member StartsAfter : 
        other : RangeBoundaryTo<'T> -> bool 

Parameters

 

other
Type: CodeJam.Ranges.RangeBoundaryTo(T)
The boundary to check.

Return Value

Type: Boolean
true, if the range starts after the boundary.

See Also

Reference

Range(T) Structure
StartsAfter Overload
CodeJam.Ranges Namespace

Clone this wiki locally