Method Deconstruct
Deconstruct(out double, out double)
Deconstructs the point into its X and Y coordinates.
Enables tuple-style deconstruction: var (x, y) = point;
public void Deconstruct(out double x, out double y)
Deconstructs the point into its X and Y coordinates.
Enables tuple-style deconstruction: var (x, y) = point;
public void Deconstruct(out double x, out double y)