PointT Structure |
public readonly struct Point<T> where T : struct, new(), IComparable<T>
The PointT type exposes the following members.
| Name | Description | |
|---|---|---|
| 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) |
| Name | Description | |
|---|---|---|
| Equality(PointT, PointT) | Checks two points for equality. | |
| Inequality(PointT, PointT) | Checks two points for inequality. |