IMSL C# Numerical Library

Spline2D.GetYKnots Method 

Returns the knot sequences in the y-direction.

public virtual double[] GetYKnots();

Return Value

A double array of size yData.Length + yOrder containing the knot sequences of the spline in the y-direction.

See Also

Spline2D Class | Imsl.Math Namespace