Creates a ChartSpline.

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

Syntax

C#
public ChartSpline(
	Spline spline,
	int ideriv
)
Visual Basic (Declaration)
Public Sub New ( _
	spline As Spline, _
	ideriv As Integer _
)
Visual C++
public:
ChartSpline(
	Spline^ spline, 
	int ideriv
)

Parameters

spline
Type: Imsl.Math..::.Spline
A Spline which is to have its derivative plotted.
ideriv
Type: System..::.Int32
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