InterpolationInterpolate Method
Definition
Namespace: DWSIM.MathOps.MathEx.Interpolation
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
C#
public static double Interpolate(
double[] x,
double[] y,
double xint
)VB
Public Shared Function Interpolate (
x As Double(),
y As Double(),
xint As Double
) As Double