XY   Conversion (XY to TupleDouble, Double)

Converts a point into a two-tuple.

Definition

Namespace: Meta.Numerics
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
C#
public static implicit operator Tuple<double, double> (
	XY point
)

Parameters

point  XY
The point to convert.

Return Value

TupleDouble, Double
The equivalent two-tuple, with X as the first item and Y as the second item.

See Also