IMSL C# Numerical Library

BSpline.Eval Method (Double)

Returns the value of the B-spline at a point.

public double Eval(
   double x
);

Parameters

x
A double which specifies the point at which the B-spline is to be evaluated.

Return Value

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

See Also

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