ComplexNumLibDInterpolation2(Double, ComplexNArrayD, Int32, Double) Method
Interpolation with linear uncertainty interpolation
Namespace: Metas.UncLib.Core.NdimsAssembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
public static Complex<D> Interpolation2(
double[] x,
ComplexNArray<D> y,
int n,
double xx
)
Public Shared Function Interpolation2 (
x As Double(),
y As ComplexNArray(Of D),
n As Integer,
xx As Double
) As Complex(Of D)
public:
static Complex<D> Interpolation2(
array<double>^ x,
ComplexNArray<D>^ y,
int n,
double xx
)
static member Interpolation2 :
x : float[] *
y : ComplexNArray<'D> *
n : int *
xx : float -> Complex<'D>
- x Double
- X Values
- y ComplexNArrayD
- Y Values
- n Int32
- Interpolation Order: 1 to Number of Points - 1
- xx Double
- XX Value
ComplexDYY Value