polinterpolationlagrangeinterpolate Method

Definition

Namespace: DWSIM.MathOps.MathEx.Interpolation
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
public static double lagrangeinterpolate(
	int n,
	ref double[] x,
	double[] f,
	double t
)

Parameters

n  Int32
 
x  Double
 
f  Double
 
t  Double
 

Return Value

Double

See Also