DHI.Mike1D
DHI.Mike1D
Namespaces
DHI.Mike1D.Generic
XYTable Class
XYTable Methods
XFromY Method
XFromY Method (Double)
XFromY Method (Double, ExtrapolationTypes)
XYTable
XFromY Method (Double, ExtrapolationTypes)
Interpolates/extrapolates width using linear interpolation
Namespace:
DHI.Mike1D.Generic
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
Copy
public
double
XFromY
(
double
y
,
ExtrapolationTypes
extrapolationType
)
Parameters
y
Type:
System
Double
the lookup variable
extrapolationType
Type:
DHI.Mike1D.Generic
ExtrapolationTypes
Return Value
Type:
Double
the interpolated value
Implements
IXYTable
XFromY(Double, ExtrapolationTypes)
See Also
Reference
XYTable Class
XFromY Overload
DHI.Mike1D.Generic Namespace