We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Determines whether the range ends before the value specified.
Namespace: CodeJam.RangesAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public bool EndsBefore( T value )
VB
Public Function EndsBefore ( value As T ) As Boolean
F#
member EndsBefore : value : 'T -> bool
Type: Booleantrue, if the range ends before the value.
true
Range(T) StructureEndsBefore OverloadCodeJam.Ranges Namespace
There was an error while loading. Please reload this page.