Click or drag to resize
ChartSpline Constructor (Spline, Int32)
Creates a ChartSpline.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public ChartSpline(
	Spline spline,
	int ideriv
)

Parameters

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