polinterpolationlagrangeinterpolate Method |
Namespace: DWSIM.MathOps.MathEx.InterpolationAssembly: 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
)
Public Shared Function lagrangeinterpolate (
n As Integer,
ByRef x As Double(),
f As Double(),
t As Double
) As Double
Request Example
View SourceParameters
- n Int32
-
- x Double
-
- f Double
-
- t Double
-
Return Value
DoubleSee Also