public readonly struct Point<T>
where T : struct, new(), IComparable<T>
Point<T> | Represents a point in a series. |
Equals | Checks if the argument is a point with the same values. (Overrides ValueType.Equals(Object)) |
GetHashCode | Returns a hashcode for the series. (Overrides ValueType.GetHashCode()) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
ToString | Gets a text representation of the point. (Overrides ValueType.ToString()) |
Equality(Point<T>, Point<T>) | Checks two points for equality. |
Inequality(Point<T>, Point<T>) | Checks two points for inequality. |