Click or drag to resize

LinearInterpolationInterpolate Method


Namespace: DWSIM.MathOps.MathEx.Interpolation
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax
public static double Interpolate(
	double[] x,
	double[] y,
	double xint
)
Request Example View Source

Parameters

x  Double
 
y  Double
 
xint  Double
 

Return Value

Double
See Also