IMSL C# Numerical Library

ChartSpline Constructor (Spline, Int32)

Creates a ChartSpline.

public ChartSpline(
   Spline spline,
   int ideriv
);

Parameters

spline
A Spline which is to have its derivative plotted.
ideriv
An int that specifies what derivative is to be plotted.

Remarks

If zero, the function value is plotted.

If one, the first derivative is plotted, etc.

See Also

ChartSpline Class | Imsl.Chart2D Namespace | ChartSpline Constructor Overload List