TMatrix.splineinterpolation Method
Computes the interpolating spline.
Namespace: SMath.Math.NumericAssembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.73.9126.0
public double splineinterpolation(
ref double[] c,
double x
)
Public Function splineinterpolation (
ByRef c As Double(),
x As Double
) As Double
public:
double splineinterpolation(
array<double>^% c,
double x
)
member splineinterpolation :
c : float[] byref *
x : float -> float
- c Double[]
-
An array of coefficients computed by a subroutine for constructing a spline.
- x Double
-
The point at which the spline value is determined.
Double
The value of the spline at point X.