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

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public double Eval(
	double x
)
Visual Basic (Declaration)
Public Function Eval ( _
	x As Double _
) As Double
Visual C++
public:
double Eval(
	double x
)

Parameters

x
Type: System..::.Double
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