Click or drag to resize
BSpline.Eval Method (Double[])
Returns the value of the B-spline at each point of an array.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public double[] Eval(
	double[] x
)

Parameters

x
Type:System.Double[]
A double array of points at which the B-spline is to be evaluated.

Return Value

Type:Double[]
A double array containing the value of the B-spline at each point of the array x.
See Also