XY Conversion (XY to TupleDouble, Double)
Converts a point into a two-tuple.
Namespace: Meta.NumericsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public static implicit operator Tuple<double, double> (
XY point
)
Public Shared Widening Operator CType (
point As XY
) As Tuple(Of Double, Double)
static implicit operator Tuple<double, double>^ (
XY point
)
F# does not support the declaration of new casting operators.
- point XY
- The point to convert.
TupleDouble,
DoubleThe equivalent two-tuple, with
X as the first item and
Y as the second item.