Click or drag to resize

XYPair   Conversion (ValueTupleDouble, Double to XYPair)

Converts a 2-tuple of doubles to an XYPair

Namespace: ema3d.Api.V25.Results
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
public static implicit operator XYPair (
	(double , double ) point
)

Parameters

point  ValueTupleDouble, Double

Return Value

XYPair
See Also