Returns the value of the spline at a point.

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

Syntax

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

Parameters

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