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