-
Notifications
You must be signed in to change notification settings - Fork 1
intervals.points.point 1
alexey edited this page Nov 16, 2022
·
3 revisions
Namespace: Intervals.Points
Represents an point instance
public struct Point<T>T
Inheritance Object → ValueType → Point<T>
Implements IEquatable<Point<T>>
public T Value { get; set; }T
public Inclusion Inclusion { get; set; }Represents an point instance
Point(T Value, Inclusion Inclusion)Value T
Inclusion Inclusion
Converts the value of this instance to "{Value}-{Inclusion}" format
string ToString()int GetHashCode()bool Equals(object obj)obj Object
bool Equals(Point<T> other)other Point<T>
void Deconstruct(T& Value, Inclusion& Inclusion)Value T&
Inclusion Inclusion&