polinterpolationequidistantpolynomialinterpolation Method |
Namespace: DWSIM.MathOps.MathEx.InterpolationAssembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax public static double equidistantpolynomialinterpolation(
double a,
double b,
ref double[] f,
int n,
double t
)
Public Shared Function equidistantpolynomialinterpolation (
a As Double,
b As Double,
ByRef f As Double(),
n As Integer,
t As Double
) As Double
Request Example
View SourceParameters
- a Double
-
- b Double
-
- f Double
-
- n Int32
-
- t Double
-
Return Value
DoubleSee Also