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