We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
< Back
Namespace: Intervals.Points
public static class PointExtensions
Inheritance Object → PointExtensions
Returns true if there is a gap between the specified and points, otherwise returns false
public static bool HasGap<T>(Point<T> left, Point<T> right)
T
left Point<T>
left
right Point<T>
right
Boolean