IMSL C# Numerical Library

Spline.Eval Method (Double)

Returns the value of the spline at a point.

public virtual double Eval(
   double x
);

Parameters

x
A double, the point at which the spline is to be evaluated.

Return Value

A double giving the value of the spline at the point x.

See Also

Spline Class | Imsl.Math Namespace | Spline.Eval Overload List