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
)
Public Sub New (
xValues As DateTime(),
yValues As Double()
)
public:
DateTimeYTable(
array<DateTime>^ xValues,
array<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