Skip to content

M_CodeJam_Ranges_Range_2_EndsBefore_2

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

Range(T, TKey).EndsBefore Method (RangeBoundaryTo(T))

Determines whether the range ends before the boundary specified.

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

Syntax

C#

public bool EndsBefore(
	RangeBoundaryTo<T> other
)

VB

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

F#

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

Parameters

 

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

Return Value

Type: Boolean
true, if the range ends before the boundary.

See Also

Reference

Range(T, TKey) Structure
EndsBefore Overload
CodeJam.Ranges Namespace

Clone this wiki locally