DateTimeYTable(DateTime, Double) Constructor

Constructor, using specified arrays

Definition

Namespace: DHI.Mike1D.Generic
Assembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public DateTimeYTable(
	DateTime[] xValues,
	double[] yValues
)

Parameters

xValues  DateTime

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

yValues  Double

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

See Also