Click or drag to resize

XYPair Constructor

Constructor.

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public XYPair(
	double x,
	double y
)

Parameters

x
Type: SystemDouble

[Missing <param name="x"/> documentation for "M:DHI.Mike1D.Generic.XYPair.#ctor(System.Double,System.Double)"]

y
Type: SystemDouble

[Missing <param name="y"/> documentation for "M:DHI.Mike1D.Generic.XYPair.#ctor(System.Double,System.Double)"]

See Also