NumLibInterpolationT(Double, ComplexT, Int32, Double) Method
Interpolation
Namespace: Metas.UncLib.CoreAssembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
public static Complex<T>[] Interpolation<T>(
double[] x,
Complex<T>[] y,
int n,
double[] xx
)
where T : new(), Object, IRealNumber<T>
Public Shared Function Interpolation(Of T As {New, Object, IRealNumber(Of T)}) (
x As Double(),
y As Complex(Of T)(),
n As Integer,
xx As Double()
) As Complex(Of T)()
public:
generic<typename T>
where T : gcnew(), Object, IRealNumber<T>
static array<Complex<T>>^ Interpolation(
array<double>^ x,
array<Complex<T>>^ y,
int n,
array<double>^ xx
)
static member Interpolation :
x : float[] *
y : Complex<'T>[] *
n : int *
xx : float[] -> Complex<'T>[] when 'T : new() and Object and IRealNumber<'T>
- x Double
- X Values
- y ComplexT
- Y Values
- n Int32
- Interpolation Order: 1 to Number of Points - 1
- xx Double
- XX Values
- T
- Number Type
ComplexTYY Values