LinearInterpolationInterpolate Method

Definition

Namespace: DWSIM.MathOps.MathEx.Interpolation
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
public static double Interpolate(
	double[] x,
	double[] y,
	double xint
)

Parameters

x  Double
 
y  Double
 
xint  Double
 

Return Value

Double

See Also