ChartSpline Constructor (Spline, Int32) |
Creates a ChartSpline.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public ChartSpline(
Spline spline,
int ideriv
)
Public Sub New (
spline As Spline,
ideriv As Integer
)
public:
ChartSpline(
Spline^ spline,
int ideriv
)
new :
spline : Spline *
ideriv : int -> ChartSpline
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