polinterpolationlagrangederivative Method |
Namespace: DWSIM.MathOps.MathEx.InterpolationAssembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax public static void lagrangederivative(
int n,
ref double[] x,
double[] f,
double t,
ref double p,
ref double dp
)
Public Shared Sub lagrangederivative (
n As Integer,
ByRef x As Double(),
f As Double(),
t As Double,
ByRef p As Double,
ByRef dp As Double
)
Request Example
View SourceParameters
- n Int32
-
- x Double
-
- f Double
-
- t Double
-
- p Double
-
- dp Double
-
See Also