Skip to content

intervals.points.point

alexey edited this page Nov 1, 2022 · 2 revisions

< Back


Point

Namespace: Intervals.Points

public static class Point

Inheritance ObjectPoint

Methods

Included<T>(T)

Returns point with specified and Inclusion.Included

public static Point<T> Included<T>(T value)

Type Parameters

T

Parameters

value T

Returns

Point<T>

Excluded<T>(T)

Returns point with specified and Inclusion.Excluded

public static Point<T> Excluded<T>(T value)

Type Parameters

T

Parameters

value T

Returns

Point<T>


< Back

Clone this wiki locally