DHI.Mike1D
DHI.Mike1D
Namespaces
DHI.Mike1D.Generic
XYTable Class
XYTable Methods
YFromX Method
YFromX Method (Double)
YFromX Method (Double, ExtrapolationTypes)
XYTable
YFromX 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
YFromX
(
double
x
,
ExtrapolationTypes
extrapolationType
)
Parameters
x
Type:
System
Double
the lookup variable
extrapolationType
Type:
DHI.Mike1D.Generic
ExtrapolationTypes
Return Value
Type:
Double
the interpolated value
Implements
IXYTable
YFromX(Double, ExtrapolationTypes)
See Also
Reference
XYTable Class
YFromX Overload
DHI.Mike1D.Generic Namespace