Skip to content

M_CodeJam_Ranges_Range_1_EndsBefore_3

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

Range(T).EndsBefore Method (T)

Determines whether the range ends before the value specified.

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

Syntax

C#

public bool EndsBefore(
	T value
)

VB

Public Function EndsBefore ( 
	value As T
) As Boolean

F#

member EndsBefore : 
        value : 'T -> bool 

Parameters

 

value
Type: T
The value to check.

Return Value

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

See Also

Reference

Range(T) Structure
EndsBefore Overload
CodeJam.Ranges Namespace

Clone this wiki locally