Click or drag to resize

DateTimeTable2DLookup Method

Lookup data in table for given date and y-value

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public double Lookup(
	DateTime date,
	double y
)

Parameters

date
Type: SystemDateTime

[Missing <param name="date"/> documentation for "M:DHI.Mike1D.Generic.DateTimeTable2D.Lookup(System.DateTime,System.Double)"]

y
Type: SystemDouble

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

Return Value

Type: Double

[Missing <returns> documentation for "M:DHI.Mike1D.Generic.DateTimeTable2D.Lookup(System.DateTime,System.Double)"]

See Also