DHI.Mike1D
DHI.Mike1D
Namespaces
DHI.Mike1D.Generic
MathUtil Class
MathUtil Methods
AllPositive Method
AllZero Method
Derivative Method
Derivatives Method
DivOrZero Method
FixBetweenLimits Method
GetIndeces Method
GetInterval Method
GetIntervalU Method
Interp Method
Interpn Method
InterpolateRowsInTable Method
InterpolateTable Method
Limit Method
Max Method
Min Method
MonotonicallyDecreasingOrConstant Method
MonotonicallyIncreasingOrConstant Method
MonotonouslyDecreasingOrConstant Method
PrepareIndexesForDerivation Method
Sqr Method
StrictlyMonoton Method
StrictlyMonotonIndex Method
SurfaceAreaOfPartialCone Method
VolumeOfPartialCone Method
MathUtil
InterpolateTable Method
Interpolate an XYtable
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
static
XYTable
InterpolateTable
(
double
fraction
,
XYTable
a
,
XYTable
b
,
double
xTol
)
Parameters
fraction
Type:
System
Double
a
Type:
DHI.Mike1D.Generic
XYTable
b
Type:
DHI.Mike1D.Generic
XYTable
xTol
Type:
System
Double
Return Value
Type:
XYTable
See Also
Reference
MathUtil Class
DHI.Mike1D.Generic Namespace