XY   Conversion (TupleDouble, Double to XY)

Converts a two-tuple into a point.

Definition

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

Parameters

point  TupleDouble, Double
The two-tuple to convert.

Return Value

XY
The equivalent point, with X equal to first item and Y equal to the second item.

See Also