Click or drag to resize

polinterpolationlagrangeinterpolate Method


Namespace: DWSIM.MathOps.MathEx.Interpolation
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax
public static double lagrangeinterpolate(
	int n,
	ref double[] x,
	double[] f,
	double t
)
Request Example View Source

Parameters

n  Int32
 
x  Double
 
f  Double
 
t  Double
 

Return Value

Double
See Also