RealNumLibDInterpolation(Double, RealNArrayD, Int32, Double) Method
            Interpolation
            
Namespace: Metas.UncLib.Core.NdimsAssembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.9.9393.15154
public static D Interpolation(
	double[] x,
	RealNArray<D> y,
	int n,
	double xx
)
Public Shared Function Interpolation ( 
	x As Double(),
	y As RealNArray(Of D),
	n As Integer,
	xx As Double
) As D
public:
static D Interpolation(
	array<double>^ x, 
	RealNArray<D>^ y, 
	int n, 
	double xx
)
static member Interpolation : 
        x : float[] * 
        y : RealNArray<'D> * 
        n : int * 
        xx : float -> 'D 
- x  Double
- X Values
- y  RealNArrayD
- Y Values
- n  Int32
- Interpolation Order: 1 to Number of Points - 1
- xx  Double
- XX Value
DYY Value