ComplexNumLibDInterpolation(Double, ComplexNArrayD, Int32, Double) Method
            Interpolation
            
Namespace: Metas.UncLib.Core.NdimsAssembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.9.9393.15154
public static Complex<D> Interpolation(
	double[] x,
	ComplexNArray<D> y,
	int n,
	double xx
)
Public Shared Function Interpolation ( 
	x As Double(),
	y As ComplexNArray(Of D),
	n As Integer,
	xx As Double
) As Complex(Of D)
public:
static Complex<D> Interpolation(
	array<double>^ x, 
	ComplexNArray<D>^ y, 
	int n, 
	double xx
)
static member Interpolation : 
        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