-
Notifications
You must be signed in to change notification settings - Fork 1
intervals.points.endpoint
alexey edited this page Nov 10, 2022
·
3 revisions
Namespace: Intervals.Points
public static class EndpointReturns endpoint with specified , and left location
public static Endpoint<T> Left<T>(T value, Inclusion inclusion)T
value T
inclusion Inclusion
Endpoint<T>
Returns endpoint with specified and left location
public static Endpoint<T> Left<T>(Point<T> point)T
point Point<T>
Endpoint<T>
Returns endpoint with specified , and right location
public static Endpoint<T> Right<T>(T value, Inclusion inclusion)T
value T
inclusion Inclusion
Endpoint<T>
Returns endpoint with specified and right location
public static Endpoint<T> Right<T>(Point<T> point)T
point Point<T>
Endpoint<T>