Skip to content

intervals.points.pointextensions

alexey edited this page Nov 1, 2022 · 2 revisions

< Back


PointExtensions

Namespace: Intervals.Points

public static class PointExtensions

Inheritance ObjectPointExtensions

Methods

HasGap<T>(Point<T>, Point<T>)

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)

Type Parameters

T

Parameters

left Point<T>

right Point<T>

Returns

Boolean


< Back

Clone this wiki locally