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