Click or drag to resize

XY  Conversion (XY to TupleDouble, Double)

Converts a point into a two-tuple.

Namespace:  Meta.Numerics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static implicit operator Tuple<double, double> (
	XY point
)

Parameters

point
Type: Meta.NumericsXY
The point to convert.

Return Value

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