Click or drag to resize

DateTimeYTable Constructor (DateTime, Double)

Constructor, using specified arrays

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

Parameters

xValues
Type: SystemDateTime

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

yValues
Type: SystemDouble

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

See Also