-
Notifications
You must be signed in to change notification settings - Fork 35
Overload_CodeJam_Ranges_Range_1_StartsAfter
Andrew Koryavchenko edited this page Jun 17, 2018
·
1 revision
Name | Description | |
---|---|---|
StartsAfter(T) | Determines whether the range starts after the value specified. | |
StartsAfter(Range(T)) | Determines whether the range starts after the range specified. | |
StartsAfter(TKey2)(Range(T, TKey2)) | Determines whether the range starts after the range specified. | |
StartsAfter(RangeBoundaryFrom(T)) | Determines whether the range starts after the boundary specified. | |
StartsAfter(RangeBoundaryTo(T)) | Determines whether the range starts after the boundary specified. |