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