Operator implicit operator
implicit operator (double, double)(Point2D)
Decomposes the point to individual components
Declaration
public static implicit operator (double, double)(Point2D point)
Parameters
| Type | Name | Description |
|---|---|---|
| Point2D | point | The point to decompose |
Returns
| Type | Description |
|---|---|
| (double, double) | Tuple of point components (X, Y) |