IMSL C# Numerical Library

Spline2D.GetXKnots Method 

Returns the knot sequences in the x-direction.

public virtual double[] GetXKnots();

Return Value

A double array of size xData.Length + xOrder containing the knot sequences of the spline in the x-direction.

See Also

Spline2D Class | Imsl.Math Namespace